[SOGo] Use SOGoMaximumSyncResponseSize of 2048
parent
f603008440
commit
3873e38919
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue