mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Be less up-tight about script timeouts.
Especially some chrome scripts need ample time, which is causing issues with background scripts firing when the browser is idle.
This commit is contained in:
parent
1fc661afdc
commit
b98df4dfa2
1 changed files with 2 additions and 2 deletions
|
|
@ -2720,8 +2720,8 @@ pref("editor.resizing.preserve_ratio", true);
|
|||
pref("editor.positioning.offset", 0);
|
||||
|
||||
pref("dom.use_watchdog", true);
|
||||
pref("dom.max_chrome_script_run_time", 20);
|
||||
pref("dom.max_script_run_time", 10);
|
||||
pref("dom.max_chrome_script_run_time", 90);
|
||||
pref("dom.max_script_run_time", 20);
|
||||
|
||||
// Stop all scripts in a compartment when the "stop script" dialog is used.
|
||||
pref("dom.global_stop_script", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue