From: Andrew Lewis Date: Sat, 30 Nov 2013 12:12:46 +0000 (+0200) Subject: Change bayes db size X-Git-Tag: 0.6.7~36^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ece3e0ae2dda116e0a4cae1431d4c71e1a8cf7;p=thirdparty%2Frspamd.git Change bayes db size --- diff --git a/conf/statistic.conf b/conf/statistic.conf index bd738dd840..ddc05f717a 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -8,12 +8,12 @@ classifier { max_tokens = 1000; statfile { symbol = "BAYES_HAM"; - size = 50M; + size = 52428800; path = "$DBDIR/bayes.ham"; } statfile { symbol = "BAYES_SPAM"; - size = 50M; + size = 52428800; path = "$DBDIR/bayes.spam"; } }