aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/options.inc3
1 files changed, 2 insertions, 1 deletions
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;