From 3ada8dc440e1ebcc4a93c6e33e2c06969cbbe913 Mon Sep 17 00:00:00 2001 From: konovalovsergey Date: Wed, 17 Aug 2016 12:29:40 +0300 Subject: [PATCH] miss config savetimeoutdelay --- Common/config/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/config/default.json b/Common/config/default.json index f5f4cd13..25fd3bc4 100644 --- a/Common/config/default.json +++ b/Common/config/default.json @@ -52,7 +52,8 @@ "limits_image_download_timeout": 120, "editor_settings_spellchecker_url": "/spellchecker", "callbackRequestTimeout": 120, - "healthcheckfilepath": "../public/healthcheck.docx" + "healthcheckfilepath": "../public/healthcheck.docx", + "savetimeoutdelay": 5000 }, "utils": { "utils_common_fontdir": "null",