summaryrefslogtreecommitdiff
path: root/src/autosaver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autosaver.cpp')
-rw-r--r--src/autosaver.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/autosaver.cpp b/src/autosaver.cpp
index ee84e299..8459884b 100644
--- a/src/autosaver.cpp
+++ b/src/autosaver.cpp
@@ -36,8 +36,8 @@
#include <QTime>
-const int AUTOSAVE_TIME = 1000 * 3; // seconds
-const int MAX_TIME_LIMIT = 1000 * 15; // seconds
+const int AUTOSAVE_TIME = 1000 * 2; // seconds
+const int MAX_TIME_LIMIT = 1000 * 5; // seconds
AutoSaver::AutoSaver(QObject *parent)