From 5788498121105e8f2d79fc3923909893ac784a35 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 14 Mar 2017 13:31:46 +0000 Subject: [PATCH] [Minor] Slightly increase map watch interval --- conf/options.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/options.inc b/conf/options.inc index 41a1c6ecb..5cb913cc7 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -4,7 +4,8 @@ filters = "chartable,dkim,spf,surbl,regexp,fuzzy_check"; raw_mode = false; one_shot = false; cache_file = "$DBDIR/symbols.cache"; -map_watch_interval = 1min; +# How often maps are checked ( +map_watch_interval = 5min; dynamic_conf = "$DBDIR/rspamd_dynamic"; history_file = "$DBDIR/rspamd.history"; check_all_filters = false; -- 2.39.5