mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-22 22:31:40 +00:00
[SOGo] Fix for some Outlook 2016 EAS problems
This commit is contained in:
@@ -43,8 +43,8 @@
|
||||
SOGoInternalSyncInterval = 30;
|
||||
SOGoMaximumSyncInterval = 354;
|
||||
|
||||
SOGoMaximumSyncWindowSize = 0;
|
||||
SOGoMaximumSyncResponseSize = 1024;
|
||||
SOGoMaximumSyncWindowSize = 100;
|
||||
SOGoMaximumSyncResponseSize = 5172;
|
||||
|
||||
WOWatchDogRequestTimeout = 10;
|
||||
WOListenQueueSize = 300;
|
||||
|
||||
Reference in New Issue
Block a user