diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-01-27 14:08:16 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-01-27 14:08:16 +0000 |
commit | fab141472d7aa115b2fc603b9e6723e2dbebda7a (patch) | |
tree | 5b45cbffafcae96ccfe44a4c43b80811937cbe71 /conf/options.inc | |
parent | 92880f3694246c041d768811a98a4db3fdf7f00a (diff) | |
download | rspamd-fab141472d7aa115b2fc603b9e6723e2dbebda7a.tar.gz rspamd-fab141472d7aa115b2fc603b9e6723e2dbebda7a.zip |
[Minor] Distinguish max_lua_urls and max_urls
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index 78fd3bee6..92d6ad7d7 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -28,6 +28,7 @@ check_all_filters = false; # Default settings dns_max_requests = 64; max_lua_urls = 1024; +max_urls = 10240; dns { timeout = 1s; |