diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-06 15:36:22 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-12-06 15:36:22 +0000 |
commit | eb754830077b048542d581e2fb29df4d952078b1 (patch) | |
tree | 7a37cd6142e0f7d84f6af76e8c9ec4ae3dbc31ed /conf/options.inc | |
parent | 0846fb2f60229ae713d9253b80876d9cccf36879 (diff) | |
download | rspamd-eb754830077b048542d581e2fb29df4d952078b1.tar.gz rspamd-eb754830077b048542d581e2fb29df4d952078b1.zip |
[Conf] Move to options
Diffstat (limited to 'conf/options.inc')
-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 a75c6341d..108a153e5 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -42,3 +42,6 @@ rrd = "${DBDIR}/rspamd.rrd"; # Local networks local_addrs = [192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10]; hs_cache_dir = "${DBDIR}/"; + +# Timeout for messages processing (must be larger than any internal timeout used) +task_timeout = 8s; |