From 72e3fd610da390a155fba81a3fcb9f6c9bcc1dbb Mon Sep 17 00:00:00 2001 From: Tyler Nijmeh Date: Sat, 29 Aug 2020 22:04:42 -0700 Subject: [PATCH] 60s delay to avoid post-fs-data conflict Signed-off-by: Tyler Nijmeh --- README.md | 2 +- service.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 238cb5a..9c967b8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/service.sh b/service.sh index a395cd3..de37813 100644 --- a/service.sh +++ b/service.sh @@ -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