We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68fa088 commit aa7aaa6Copy full SHA for aa7aaa6
1 file changed
nodejshelper/design/nodejshelpertheme/js/customjs.js
@@ -132,7 +132,7 @@
132
133
setInterval(function(){
134
nodejshelper.syncbackofficechats();
135
- },10000);
+ },confLH.back_office_sinterval);
136
137
} catch(err) {
138
//
@@ -235,7 +235,7 @@
235
// Enable sync only if 10 seconds passed from last sync, to avoid overhelming server
236
setTimeout(function(){
237
nodejshelper.canSyncAdmin = true;
238
239
240
241
@@ -244,7 +244,7 @@
244
clearTimeout(nodejshelper.timeoutSchedule);
245
nodejshelper.timeoutSchedule = setTimeout(function(){
246
nodejshelper.syncbackoffice('snow');
247
248
};
249
}
250
},
0 commit comments