Skip to content

Commit c402938

Browse files
committed
THROTTLE_PATCH_TIME down to 500ms
1 parent 6dc88fd commit c402938

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/desktop

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/desktop/StudyEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ qx.Class.define("osparc.desktop.StudyEditor", {
107107
statics: {
108108
AUTO_SAVE_INTERVAL: 3000,
109109
DIFF_CHECK_INTERVAL: 300,
110-
THROTTLE_PATCH_TIME: 1000,
110+
THROTTLE_PATCH_TIME: 500,
111111
READ_ONLY_TEXT: qx.locale.Manager.tr("You do not have writing permissions.<br>Your changes will not be saved."),
112112
},
113113

0 commit comments

Comments
 (0)