[SOGo] Revert to previous settings

master
andryyy 2019-03-18 01:36:32 +01:00
parent a614d64615
commit d8e356f590
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 3 additions and 7 deletions

View File

@ -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;