60s delay to avoid post-fs-data conflict

Signed-off-by: Tyler Nijmeh <tylernij@gmail.com>
latency
Tyler Nijmeh 4 years ago
parent 07bb77ae5f
commit 72e3fd610d

@ -156,7 +156,7 @@ Allow the scheduler to place tasks on their origin CPU, increasing cache localit
* cfq / kyber: Use a scheduler with balanced scheduling to reduce I/O latencies, which is essential for fast flash storage (eMMC & UFS).
# Other Notes
You should know that KTweak applies after init finishes + android mounts + 10 seconds in order to prevent Android's init from overwriting any values.
You should know that KTweak applies after init finishes + android mounts + 60 seconds in order to prevent Android's init from overwriting any values.
# Contact
You can find me on telegram at @tytydraco.

@ -7,8 +7,8 @@ do
sleep 1
done
# Sleep an additional 10s to ensure init is finished
sleep 10
# Sleep an additional 60s to ensure init is finished
sleep 60
# Setup tweaks
ktweak

Loading…
Cancel
Save