aboutsummaryrefslogtreecommitdiffstats
path: root/conf/statistic.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/statistic.conf')
-rw-r--r--conf/statistic.conf4
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";
}
}