diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 16:54:31 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-09-25 16:54:31 +0100 |
commit | b50a8429cf54f51d734edc79d2e56120da378648 (patch) | |
tree | 874ba23fe5115f53a70201207dd11ce84a65f12e /conf | |
parent | ac8d5f138c74f089c6cc1eb9e3c5cbc514fa22c3 (diff) | |
download | rspamd-b50a8429cf54f51d734edc79d2e56120da378648.tar.gz rspamd-b50a8429cf54f51d734edc79d2e56120da378648.zip |
[CritFix] Increase default words_decay
Diffstat (limited to 'conf')
-rw-r--r-- | conf/options.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/options.inc b/conf/options.inc index f374fe76c..a75c6341d 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -34,7 +34,7 @@ allow_raw_input = true; # Start ignore words when reaching the following limit, so the total # amount of words processed will not be *LIKELY more than the twice of that limit -words_decay = 200; +words_decay = 600; # Write statistics about rspamd usage to the round-robin database rrd = "${DBDIR}/rspamd.rrd"; |