This commit is contained in:
Ludovic Marcotte
2014-10-29 14:56:03 -04:00
parent da962aed01
commit b5023eeb24
4 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -592,7 +592,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
v = [self integerForKey: @"SOGoMaximumPingInterval"];
if (!v)
v = 5;
v = 10;
return v;
}