]> source.dussan.org Git - rspamd.git/commitdiff
Change bayes db size 6/head
authorAndrew Lewis <nerf@judo.za.org>
Sat, 30 Nov 2013 12:12:46 +0000 (14:12 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sat, 30 Nov 2013 12:12:46 +0000 (14:12 +0200)
conf/statistic.conf

index bd738dd8403a14bd4229714a8da42d9f7bff86e5..ddc05f717a60215dc606fa35de88339a6eebe89e 100644 (file)
@@ -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";
     }
 }