From f067a45bcb2a2c0b75fda17693297829bee64674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Thu, 2 Nov 2017 09:51:58 +0100 Subject: [PATCH] [SOGo] Should fix some Android sync issues --- data/conf/sogo/sogo.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index 86278abc..404fd451 100644 --- a/data/conf/sogo/sogo.conf +++ b/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;