diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-08 13:32:18 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-08 13:32:18 +0000 |
commit | d3d19ad641185f0fdb380705cb999e51dbbb5e50 (patch) | |
tree | b5d09483f57c8565777c358196277f7321aa13ea /conf | |
parent | b6d78afab84d30a8a5d1a014f254355df7710ccb (diff) | |
download | rspamd-d3d19ad641185f0fdb380705cb999e51dbbb5e50.tar.gz rspamd-d3d19ad641185f0fdb380705cb999e51dbbb5e50.zip |
[Feature] Core: allow to emit soft reject on task timeout
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index 108a153e5..f8abaa875 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -45,3 +45,6 @@ hs_cache_dir = "${DBDIR}/"; # Timeout for messages processing (must be larger than any internal timeout used) task_timeout = 8s; + +# Emit soft reject when timeout takes place +soft_reject_on_timeout = false; |