refactor: increase default update interval for firefox

This commit is contained in:
zhom
2025-06-17 03:22:30 +04:00
parent 800544ede9
commit 9756e64319
+1
View File
@@ -1314,6 +1314,7 @@ impl BrowserRunner {
"user_pref(\"app.update.url.manual\", \"\");".to_string(),
"user_pref(\"app.update.url.details\", \"\");".to_string(),
"user_pref(\"app.update.url.override\", \"\");".to_string(),
"user_pref(\"app.update.interval\", 9999999999);".to_string(),
"user_pref(\"app.update.background.interval\", 9999999999);".to_string(),
"user_pref(\"app.update.download.attemptOnce\", false);".to_string(),
"user_pref(\"app.update.idletime\", -1);".to_string(),