From e439d52ff2e9e9537f66eb768e4d5cef21e3859b Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 15 Nov 2019 17:39:32 +0100 Subject: [PATCH] [SOGo] Minor config changes --- data/conf/sogo/sogo.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index 46571a499..65f5301f1 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -37,7 +37,7 @@ SOGoMailingMechanism = smtp; SOGoSMTPAuthenticationType = plain; - SxVMemLimit = 512; + SxVMemLimit = 384; SOGoMaximumPingInterval = 3540; @@ -50,7 +50,7 @@ SOGoMaximumSyncResponseSize = 512; WOWatchDogRequestTimeout = 30; - WOListenQueueSize = 512; + WOListenQueueSize = 16; WONoDetach = YES; SOGoIMAPAclConformsToIMAPExt = Yes;