Added new configuration parameter to limit the window size

This commit is contained in:
Ludovic Marcotte
2014-04-09 20:12:19 -04:00
parent 5739356f88
commit 0d1c39ca71
5 changed files with 14 additions and 1 deletions
+5
View File
@@ -621,4 +621,9 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return v;
}
- (int) maximumSyncWindowSize
{
return [self integerForKey: @"SOGoMaximumSyncWindowSize"];
}
@end