diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-14 18:27:51 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-14 18:27:51 +0100 |
commit | ee1e8c27b804061f0e981ddc0b575291e4148c31 (patch) | |
tree | 7ff81a02242c2f5c02026f2ef91bf7b6b274b259 /conf/options.inc | |
parent | 590fea4d3ffc85e1a8c57a5d550d7bf46c79eb7d (diff) | |
download | rspamd-ee1e8c27b804061f0e981ddc0b575291e4148c31.tar.gz rspamd-ee1e8c27b804061f0e981ddc0b575291e4148c31.zip |
[Feature] Add common directory for hyperscan cache to config
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 d9b48a51e..318de7554 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -35,3 +35,4 @@ words_decay = 200; # 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}/"; |