Disable workspaces to prevent SQL calls

This commit is contained in:
mr. M
2024-10-27 00:24:09 +02:00
parent 555313fc4c
commit 0d609d9e2c
4 changed files with 16 additions and 3 deletions

View 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