[SOGo] Should fix some Android sync issues

master
André 2017-11-02 09:51:58 +01:00
parent 1e9bc49f2c
commit f067a45bcb
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@
SOGoInternalSyncInterval = 30;
SOGoMaximumSyncInterval = 354;
SOGoMaximumSyncWindowSize = 100;
// 100 seems to break some Android clients
//SOGoMaximumSyncWindowSize = 100;
// This should do the trick for Outlook 2016
SOGoMaximumSyncResponseSize = 5172;
WOWatchDogRequestTimeout = 10;