diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-30 22:07:11 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-11-30 22:07:11 +0000 |
commit | c9e996fd5b7eb8a44d419c7a693fd8cfa171bc3f (patch) | |
tree | 0fc0601e8b6fb28fc862df389e3c2cfaeed4fb67 /conf/statistic.conf | |
parent | 8a1a43a3e1bb2d55c2112eeeea77ea91bb17e1c5 (diff) | |
download | rspamd-c9e996fd5b7eb8a44d419c7a693fd8cfa171bc3f.tar.gz rspamd-c9e996fd5b7eb8a44d419c7a693fd8cfa171bc3f.zip |
Fix debian spec.
Submitted by: fatalbanana
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r-- | conf/statistic.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf index bd738dd84..ab6485c48 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -8,12 +8,12 @@ classifier { max_tokens = 1000; statfile { symbol = "BAYES_HAM"; - size = 50M; + size = 50Mb; path = "$DBDIR/bayes.ham"; } statfile { symbol = "BAYES_SPAM"; - size = 50M; + size = 50Mb; path = "$DBDIR/bayes.spam"; } } |