From a2392d50ef2809642c9890d1e02cddecec8f05e4 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 30 Nov 2022 20:41:41 +0000 Subject: [PATCH] [Conf] Reduce the default timeout --- conf/worker-proxy.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/worker-proxy.inc b/conf/worker-proxy.inc index 1959670fe..7f6723854 100644 --- a/conf/worker-proxy.inc +++ b/conf/worker-proxy.inc @@ -20,7 +20,7 @@ milter = yes; # Enable milter mode # true for self-scan mode). # If this behaviour is not desired, then it is recommended to reduce and adjust this # value accordingly -timeout = 120s; +timeout = 60s; upstream "local" { default = yes; -- 2.39.5