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 /src/libserver/cfg_file.h | |
parent | 5c631c922ae329bdca994d0a2967eee80d830cd3 (diff) | |
download | rspamd-5bfd0fcf4988799f7e4f029df627687f22e55d83.tar.gz rspamd-5bfd0fcf4988799f7e4f029df627687f22e55d83.zip |
[Feature] Reload file maps more frequently
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 2932bdd89..44b8dd85a 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -377,6 +377,7 @@ struct rspamd_config { GList *maps; /**< maps active */ gdouble map_timeout; /**< maps watch timeout */ + gdouble map_file_watch_multiplier; /**< multiplier for watch timeout when maps are files */ struct symbols_cache *cache; /**< symbols cache object */ gchar *cache_filename; /**< filename of cache file */ |