mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
Отправляю на сервер время отсрочки
git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/nodeJSProjects@54785 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
@ -366,7 +366,10 @@ exports.install = function (server, callbackFunction) {
|
||||
logger.warn('problem with request on server: ' + e.message);
|
||||
});
|
||||
|
||||
var sendData = JSON.stringify({'id': docId, 'c': 'sfc', 'url': '/removechanges.html?id=' + docId, 'documentFormatSave': documentFormatSave});
|
||||
var sendData = JSON.stringify({'id': docId, 'c': 'sfc',
|
||||
'url': '/removechanges.html?id=' + docId, 'documentFormatSave': documentFormatSave,
|
||||
'delay': c_oAscSaveTimeOutDelay
|
||||
});
|
||||
|
||||
// write data to request body
|
||||
req.write(sendData);
|
||||
|
||||
Reference in New Issue
Block a user