[SOGo] Use SOGoMaximumSyncResponseSize of 2048

This commit is contained in:
André 2017-11-06 13:35:48 +01:00
parent f603008440
commit 3873e38919

View File

@ -46,7 +46,7 @@
// 100 seems to break some Android clients
//SOGoMaximumSyncWindowSize = 100;
// This should do the trick for Outlook 2016
SOGoMaximumSyncResponseSize = 5172;
SOGoMaximumSyncResponseSize = 2048;
WOWatchDogRequestTimeout = 10;
WOListenQueueSize = 300;