1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-06-03 21:23:19 +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
+3 -1
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;