Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Increase post-fs-data mode to 40 secs
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed May 18, 2020
1 parent 0d72a4c commit f7d3d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/jni/init/magiskrc.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ constexpr char MAGISK_RC[] =
" start logd\n"
" rm " UNBLOCKFILE "\n"
" start %2$s\n"
" wait " UNBLOCKFILE " 10\n"
" wait " UNBLOCKFILE " 40\n"
" rm " UNBLOCKFILE "\n"
"\n"

Expand Down

0 comments on commit f7d3d1e

Please sign in to comment.