[SOGo] Adjust sync parameters, revert if you run into problems!
This commit is contained in:
parent
d8dbcfac92
commit
a614d64615
@ -42,15 +42,19 @@
|
|||||||
|
|
||||||
SOGoMaximumPingInterval = 3540;
|
SOGoMaximumPingInterval = 3540;
|
||||||
|
|
||||||
SOGoInternalSyncInterval = 45;
|
SOGoInternalSyncInterval = 60;
|
||||||
SOGoMaximumSyncInterval = 3540;
|
SOGoMaximumSyncInterval = 3540;
|
||||||
|
|
||||||
|
// Pre-March-14-2019
|
||||||
// 100 seems to break some Android clients
|
// 100 seems to break some Android clients
|
||||||
//SOGoMaximumSyncWindowSize = 99;
|
//SOGoMaximumSyncWindowSize = 99;
|
||||||
// This should do the trick for Outlook 2016
|
// This should do the trick for Outlook 2016
|
||||||
SOGoMaximumSyncResponseSize = 512;
|
//SOGoMaximumSyncResponseSize = 512;
|
||||||
|
// Post-March-14-2019
|
||||||
|
SOGoMaximumSyncResponseSize = 2048;
|
||||||
|
SOGoMaximumSyncWindowSize = 32;
|
||||||
|
|
||||||
WOWatchDogRequestTimeout = 20;
|
WOWatchDogRequestTimeout = 60;
|
||||||
WOListenQueueSize = 300;
|
WOListenQueueSize = 300;
|
||||||
WONoDetach = YES;
|
WONoDetach = YES;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user