|
@@ -42,19 +42,15 @@
|
|
|
|
|
|
SOGoMaximumPingInterval = 3540;
|
|
|
|
|
|
- SOGoInternalSyncInterval = 60;
|
|
|
+ SOGoInternalSyncInterval = 45;
|
|
|
SOGoMaximumSyncInterval = 3540;
|
|
|
|
|
|
- // Pre-March-14-2019
|
|
|
// 100 seems to break some Android clients
|
|
|
//SOGoMaximumSyncWindowSize = 99;
|
|
|
// This should do the trick for Outlook 2016
|
|
|
- //SOGoMaximumSyncResponseSize = 512;
|
|
|
- // Post-March-14-2019
|
|
|
- SOGoMaximumSyncResponseSize = 2048;
|
|
|
- SOGoMaximumSyncWindowSize = 32;
|
|
|
+ SOGoMaximumSyncResponseSize = 512;
|
|
|
|
|
|
- WOWatchDogRequestTimeout = 60;
|
|
|
+ WOWatchDogRequestTimeout = 20;
|
|
|
WOListenQueueSize = 300;
|
|
|
WONoDetach = YES;
|
|
|
|