]> source.dussan.org Git - rspamd.git/commitdiff
[Conf] Clarify `timeout` in rspamd_proxy
authorVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 26 Nov 2022 13:42:30 +0000 (13:42 +0000)
committerVsevolod Stakhov <vsevolod@rspamd.com>
Sat, 26 Nov 2022 13:42:30 +0000 (13:42 +0000)
conf/worker-proxy.inc

index 96417e38973e95fbf432d8f1037cc31a506bedf6..1959670fefdac3e77123293b1659b7d236ecedca 100644 (file)
 # Module documentation: https://rspamd.com/doc/workers/rspamd_proxy.html
 
 milter = yes; # Enable milter mode
-timeout = 120s; # Needed for Milter usually
+
+# This timeout is mostly specific to the milter mode.
+# Please also bear in mind that if this timeout is longer than `task_timeout`,
+# your messages might be processed for much longer due to this timeout (this is
+# true for self-scan mode).
+# If this behaviour is not desired, then it is recommended to reduce and adjust this
+# value accordingly
+timeout = 120s;
 
 upstream "local" {
   default = yes;