From a5660cdf31182e8fa61eb1de7367677fe4a88076 Mon Sep 17 00:00:00 2001 From: andryyy Date: Sun, 12 Dec 2021 10:42:50 +0100 Subject: [PATCH] [SOGo] Faster GC: fix for too many SQL connections --- data/conf/sogo/sogo.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/conf/sogo/sogo.conf b/data/conf/sogo/sogo.conf index 2513f496..1d6a9d3f 100644 --- a/data/conf/sogo/sogo.conf +++ b/data/conf/sogo/sogo.conf @@ -77,6 +77,9 @@ SOGoMaximumFailedLoginInterval = 900; SOGoFailedLoginBlockInterval = 900; + GCSChannelCollectionTimer = 60; + GCSChannelExpireAge = 60; + MySQL4Encoding = "utf8mb4"; //SOGoDebugRequests = YES; //SoDebugBaseURL = YES;