Skip to content

Commit 2704891

Browse files
committed
disable SimultaneousAccess
1 parent 4ad0592 commit 2704891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/utils/DisabledPlugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ qx.Class.define("osparc.utils.DisabledPlugins", {
5858
},
5959

6060
isSimultaneousAccessEnabled: function() {
61-
return true;
61+
return false;
6262
},
6363

6464
__isPluginDisabled: function(key) {

0 commit comments

Comments
 (0)