diff options
author | Andrew Lewis <nerf@judo.za.org> | 2017-07-07 12:14:28 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2017-07-07 12:14:28 +0200 |
commit | 5bfd0fcf4988799f7e4f029df627687f22e55d83 (patch) | |
tree | 5a47095e68fc9018d0163e345178f330bf4021c2 /conf/options.inc | |
parent | 5c631c922ae329bdca994d0a2967eee80d830cd3 (diff) | |
download | rspamd-5bfd0fcf4988799f7e4f029df627687f22e55d83.tar.gz rspamd-5bfd0fcf4988799f7e4f029df627687f22e55d83.zip |
[Feature] Reload file maps more frequently
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/options.inc b/conf/options.inc index 5cb913cc7..fa974e681 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -6,6 +6,8 @@ one_shot = false; cache_file = "$DBDIR/symbols.cache"; # How often maps are checked ( map_watch_interval = 5min; +# Multiplier for watch interval for files +map_file_watch_multiplier = 0.1; dynamic_conf = "$DBDIR/rspamd_dynamic"; history_file = "$DBDIR/rspamd.history"; check_all_filters = false; |