summaryrefslogtreecommitdiff
path: root/src/autosaver.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-03-14 17:37:04 +0100
committerAndrea Diamantini <adjam7@gmail.com>2013-03-14 17:37:04 +0100
commit4c7fc6692b94c1239114801d07b59fd428a585f5 (patch)
treec4c9f3e91d47feed33b1e01ad7b692cdcf0d4601 /src/autosaver.cpp
parentReverting changes in sslinfodialog as discussed with kdepepo. (diff)
downloadrekonq-4c7fc6692b94c1239114801d07b59fd428a585f5.tar.xz
Restore Session Manager updates on current tab changed && on window
close. Lindsay, I probably "forgot" one your mail about Session Management NOT working properly (sorry). Hope this will fix it! Let me know :) CCMAIL: lindsay.mathieson@gmail.com
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)