mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
Fix for bug #2940
This commit is contained in:
@@ -592,7 +592,7 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
v = [self integerForKey: @"SOGoMaximumPingInterval"];
|
||||
|
||||
if (!v)
|
||||
v = 5;
|
||||
v = 10;
|
||||
|
||||
return v;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user