diff options
author | tunturn <arbiter1000@gmail.com> | 2017-03-10 01:59:54 +1100 |
---|---|---|
committer | Max Weffers <rcstar6696@gmail.com> | 2017-03-14 13:17:50 +0100 |
commit | fec697b444d3e570a7e83821d88f0815e2dd7b02 (patch) | |
tree | 21adf03443e6f78b674147c1966d5b1d28a49725 /rootdir | |
parent | 3ac2996db6f5c3af8a79fbfc07d3017422c817a6 (diff) |
shinano-common: set ROW as iosched at bootcomplete
Change-Id: I993e632eb158af22240878c1363100e5701ad5fe
Diffstat (limited to 'rootdir')
-rw-r--r-- | rootdir/init.qcom.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index cca0b12..a8fc56b 100644 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -527,7 +527,7 @@ on property:gsm.nitz.time=* on property:dev.bootcomplete=1 rm /data/system/perfd/default_values - setprop sys.io.scheduler "bfq" + setprop sys.io.scheduler "row" start mpdecision # Start suntrold |