[SOGo] Revert to previous settings
parent
a614d64615
commit
d8e356f590
|
@ -42,19 +42,15 @@
|
||||||
|
|
||||||
SOGoMaximumPingInterval = 3540;
|
SOGoMaximumPingInterval = 3540;
|
||||||
|
|
||||||
SOGoInternalSyncInterval = 60;
|
SOGoInternalSyncInterval = 45;
|
||||||
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 = 60;
|
WOWatchDogRequestTimeout = 20;
|
||||||
WOListenQueueSize = 300;
|
WOListenQueueSize = 300;
|
||||||
WONoDetach = YES;
|
WONoDetach = YES;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue