Skip to content

Commit 250dc16

Browse files
aviraxptopjohnwu
authored andcommitted
Fix post-fs-data blocking time in doc
f7d3d1e.
1 parent 7af273e commit 250dc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The list above will result in the following files being created: `$MODPATH/syste
232232
In Magisk, you can run boot scripts in 2 different modes: **post-fs-data** and **late_start service** mode.
233233

234234
- post-fs-data mode
235-
- This stage is BLOCKING. The boot process is paused before execution is done, or 10 seconds have passed.
235+
- This stage is BLOCKING. The boot process is paused before execution is done, or 40 seconds have passed.
236236
- Scripts run before any modules are mounted. This allows a module developer to dynamically adjust their modules before it gets mounted.
237237
- This stage happens before Zygote is started, which pretty much means everything in Android
238238
- **WARNING:** using `setprop` will deadlock the boot process! Please use `resetprop -n <prop_name> <prop_value>` instead.

0 commit comments

Comments
 (0)