about summary refs log tree commit diff stats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/preferences.c b/src/config/preferences.c
index 5447cec4..89fed31a 100644
--- a/src/config/preferences.c
+++ b/src/config/preferences.c
@@ -517,7 +517,7 @@ gint
 prefs_get_autoping_timeout(void)
 {
     if (!g_key_file_has_key(prefs, PREF_GROUP_CONNECTION, "autoping.timeout", NULL)) {
-        return 5;
+        return 10;
     } else {
         return g_key_file_get_integer(prefs, PREF_GROUP_CONNECTION, "autoping.timeout", NULL);
     }