Explorar el Código

[SOGo] Fix for some Outlook 2016 EAS problems

André hace 8 años
padre
commit
4fd5b9afba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      data/conf/sogo/sogo.conf

+ 2 - 2
data/conf/sogo/sogo.conf

@@ -43,8 +43,8 @@
     SOGoInternalSyncInterval = 30;
     SOGoMaximumSyncInterval = 354;
 
-    SOGoMaximumSyncWindowSize = 0;
-    SOGoMaximumSyncResponseSize = 1024;
+    SOGoMaximumSyncWindowSize = 100;
+    SOGoMaximumSyncResponseSize = 5172;
 
     WOWatchDogRequestTimeout = 10;
     WOListenQueueSize = 300;