Отправляю на сервер время отсрочки

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:
Alexander.Trofimov
2014-03-04 15:21:34 +00:00
parent 0ecebbf4a5
commit c97a91f3e2

View File

@ -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);