]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Slightly increase map watch interval
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 14 Mar 2017 13:31:46 +0000 (13:31 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 14 Mar 2017 14:39:50 +0000 (14:39 +0000)
conf/options.inc

index 41a1c6ecb8553036f517406dce4dd804230f4930..5cb913cc702e511f62cd6ca7196788bc96c69a33 100644 (file)
@@ -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;