2
0
Эх сурвалжийг харах

[SOGo] Should fix some Android sync issues

André 7 жил өмнө
parent
commit
f067a45bcb

+ 3 - 1
data/conf/sogo/sogo.conf

@@ -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;