From 82ca7ec2ac7f02f67304e1ed7b6859cabdfeae22 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 11 Nov 2019 13:57:56 +0000 Subject: [Rework] Replace controller functions by any scanner worker if needed --- conf/options.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/options.inc b/conf/options.inc index f600fdb9c..e635262e3 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -57,6 +57,9 @@ words_decay = 600; # Write statistics about rspamd usage to the round-robin database rrd = "${DBDIR}/rspamd.rrd"; +# Write statistics for `rspamc` here +stats_file = "${DBDIR}/stats.ucl"; + # Local networks local_addrs = [192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10]; hs_cache_dir = "${DBDIR}/"; -- cgit v1.2.3