Browse Source

[SOGo] Adjust sync parameters, revert if you run into problems!

andryyy 6 years ago
parent
commit
a614d64615
1 changed files with 7 additions and 3 deletions
  1. 7 3
      data/conf/sogo/sogo.conf

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

@@ -42,15 +42,19 @@
 
     SOGoMaximumPingInterval = 3540;
 
-    SOGoInternalSyncInterval = 45;
+    SOGoInternalSyncInterval = 60;
     SOGoMaximumSyncInterval = 3540;
 
+    // Pre-March-14-2019
     // 100 seems to break some Android clients
     //SOGoMaximumSyncWindowSize = 99;
     // This should do the trick for Outlook 2016
-    SOGoMaximumSyncResponseSize = 512;
+    //SOGoMaximumSyncResponseSize = 512;
+    // Post-March-14-2019
+    SOGoMaximumSyncResponseSize = 2048;
+    SOGoMaximumSyncWindowSize = 32;
 
-    WOWatchDogRequestTimeout = 20;
+    WOWatchDogRequestTimeout = 60;
     WOListenQueueSize = 300;
     WONoDetach = YES;