diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-07 13:25:53 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-07-07 13:29:26 +0100 |
commit | 2648124d978132498a36313936457a015e56b073 (patch) | |
tree | 175e6bd80dff4170758b8f920ebcf60d65993a65 /src/libserver/cfg_file.h | |
parent | 0a6035cf22027b35a298c8870ab9156f82b5e7a6 (diff) | |
download | rspamd-2648124d978132498a36313936457a015e56b073.tar.gz rspamd-2648124d978132498a36313936457a015e56b073.zip |
[Project] Implement HTTP maps caching
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index a74169b31..12919c198 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -368,7 +368,8 @@ 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 */ + gdouble map_file_watch_multiplier; /**< multiplier for watch timeout when maps are files */ + gchar *maps_cache_dir; /**< where to save HTTP cached data */ gdouble monitored_interval; /**< interval between monitored checks */ gboolean disable_monitored; /**< disable monitoring completely */ |