commit a2392d5: [Conf] Reduce the default timeout

Vsevolod Stakhov vsevolod at rspamd.com
Wed Nov 30 20:42:03 UTC 2022


Author: Vsevolod Stakhov
Date: 2022-11-30 20:41:41 +0000
URL: https://github.com/rspamd/rspamd/commit/a2392d50ef2809642c9890d1e02cddecec8f05e4 (HEAD -> master)

[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;


More information about the Commits mailing list