[SOGo] Adjust sync parameters, revert if you run into problems!

master
andryyy 2019-03-14 08:59:24 +01:00
parent d8dbcfac92
commit a614d64615
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 7 additions and 3 deletions

View File

@ -42,15 +42,19 @@
SOGoMaximumPingInterval = 3540;
SOGoInternalSyncInterval = 45;
SOGoInternalSyncInterval = 60;
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;
//SOGoMaximumSyncResponseSize = 512;
// Post-March-14-2019
SOGoMaximumSyncResponseSize = 2048;
SOGoMaximumSyncWindowSize = 32;
WOWatchDogRequestTimeout = 20;
WOWatchDogRequestTimeout = 60;
WOListenQueueSize = 300;
WONoDetach = YES;