mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-08 04:47:13 +00:00
Disable workspaces to prevent SQL calls
This commit is contained in:
13
src/testing/profiles/profileserver/user-js.patch
Normal file
13
src/testing/profiles/profileserver/user-js.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/testing/profiles/profileserver/user.js b/testing/profiles/profileserver/user.js
|
||||
index 19ff7d474f6d22d2d386764e2e6942ce6a324470..3cec3a25acc6f8780d56d273995974a905b6c031 100644
|
||||
--- a/testing/profiles/profileserver/user.js
|
||||
+++ b/testing/profiles/profileserver/user.js
|
||||
@@ -8,3 +8,7 @@
|
||||
user_pref("dom.timeout.enable_budget_timer_throttling", false);
|
||||
// Turn off update
|
||||
user_pref("app.update.disabledForTesting", true);
|
||||
+
|
||||
+// zen:
|
||||
+// Disable workspaces in order to prevent SQL calls
|
||||
+user_pref("zen.workspaces.enabled", false);
|
||||
\ No newline at end of file
|
||||
Reference in New Issue
Block a user