|
@@ -39,17 +39,17 @@
|
|
|
|
|
|
SxVMemLimit = 384;
|
|
|
|
|
|
- SOGoMaximumPingInterval = 354;
|
|
|
+ SOGoMaximumPingInterval = 3540;
|
|
|
|
|
|
- SOGoInternalSyncInterval = 30;
|
|
|
- SOGoMaximumSyncInterval = 354;
|
|
|
+ SOGoInternalSyncInterval = 45;
|
|
|
+ SOGoMaximumSyncInterval = 3540;
|
|
|
|
|
|
// 100 seems to break some Android clients
|
|
|
- SOGoMaximumSyncWindowSize = 99;
|
|
|
+ //SOGoMaximumSyncWindowSize = 99;
|
|
|
// This should do the trick for Outlook 2016
|
|
|
- SOGoMaximumSyncResponseSize = 2048;
|
|
|
+ SOGoMaximumSyncResponseSize = 512;
|
|
|
|
|
|
- WOWatchDogRequestTimeout = 10;
|
|
|
+ WOWatchDogRequestTimeout = 20;
|
|
|
WOListenQueueSize = 300;
|
|
|
WONoDetach = YES;
|
|
|
|