Browse Source

[Conf] Reduce the default timeout

pull/4365/head
Vsevolod Stakhov 3 years ago
parent
commit
a2392d50ef
No known key found for this signature in database GPG Key ID: 7647B6790081437
  1. 2
      conf/worker-proxy.inc

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

Loading…
Cancel
Save