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

Интервал быстрого автосохранения теперь 2 сек. (вместо 5)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57477 954022d7-b5bf-4e40-9824-e11837661b57
parent cec77db2
......@@ -99,7 +99,7 @@ var ASC_DOCS_API_USE_EMBEDDED_FONTS = "@@ASC_DOCS_API_USE_EMBEDDED_FONTS";
// AutoSave
this.lastSaveTime = null; // Время последнего сохранения
this.autoSaveGapFast = 5000; // Интервал быстрого автосохранения (когда человек один) - 5 сек.
this.autoSaveGapFast = 2000; // Интервал быстрого автосохранения (когда человек один) - 2 сек.
this.autoSaveGapSlow = 10 * 60 * 1000; // Интервал медленного автосохранения (когда совместно) - 10 минут
this.autoSaveGap = 0; // Интервал автосохранения (0 - означает, что автосохранения нет) в милесекундах
......
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