[SOGo] Use SOGoMaximumSyncResponseSize of 2048

master
André 2017-11-06 13:35:48 +01:00
parent f603008440
commit 3873e38919
1 changed files with 1 additions and 1 deletions

View File

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