Autosave after 5s vs. 30s of making an editor dirty

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2015-07-13 11:43:55 -04:00
Родитель 5bf8a0cd13
Коммит c49e177a29
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -19,7 +19,7 @@ define(function (require, exports, module) {
*/
// Time in ms to wait after a dirtyFlagChange event before autosaving file
var SAVE_DELAY_MS = 30 * 1000;
var SAVE_DELAY_MS = 5 * 1000;
// Whether or not to autosave immediately when the user switches away from
// a dirty editor document.