Commit 44389326 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Увеличил время timeOut - стоит переделать это место после выпуска.

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@60295 954022d7-b5bf-4e40-9824-e11837661b57
parent b7c845a2
......@@ -300,6 +300,7 @@
this.maxAttemptCount = 50;
this.reconnectInterval = 2000;
this.errorTimeOut = 10000;
this.errorTimeOutSave = 60000; // ToDo стоит переделать это, т.к. могут дублироваться изменения...
this._docid = null;
this._documentCallbackUrl = null;
......@@ -470,7 +471,7 @@
this.saveCallbackErrorTimeOutId = window.setTimeout(function () {
t.saveCallbackErrorTimeOutId = null;
t._reSaveChanges();
}, this.errorTimeOut);
}, this.errorTimeOutSave);
this._send({'type': 'saveChanges', 'changes': JSON.stringify(arrayChanges.slice(startIndex, endIndex)),
'startSaveChanges': (startIndex === 0), 'endSaveChanges': (endIndex === arrayChanges.length),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment