From 98db6057c8a68e97e09e25c7a032c1918413244e Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 23 Oct 2018 15:06:17 +0200 Subject: [PATCH] Allow shared workers by default --- www/common/application_config_internal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index 7e39cfc1c..afd4fc540 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -124,7 +124,7 @@ define(function() { // SharedWorkers allow us to load only one websocket and one user drive for all the browser tabs, // making it much faster to open new tabs. // Warning: This is an experimental feature. It will be enabled by default once we're sure it's stable. - config.disableWorkers = true; + config.disableWorkers = false; // Shared folder are in a beta-test state. They are likely to disappear from a user's drive // spontaneously, resulting in the deletion of the entire folder's content.