1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-01-04 04:29:17 +00:00

[SOGo] Should fix some Android sync issues

This commit is contained in:
André
2017-11-02 09:51:58 +01:00
parent 1e9bc49f2c
commit f067a45bcb

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;