diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-10 13:41:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-06-10 13:41:56 +0100 |
commit | 2964a12af4346da027f3d4800b8f12391120e89f (patch) | |
tree | 6c2908cc348df9d988c8adef282ac19c69c6ab88 /conf | |
parent | 702366b67df6efabe53fa4953d4ecc9d320ca92c (diff) | |
download | rspamd-2964a12af4346da027f3d4800b8f12391120e89f.tar.gz rspamd-2964a12af4346da027f3d4800b8f12391120e89f.zip |
[Test] Add some classifiers to settings tests
Diffstat (limited to 'conf')
-rw-r--r-- | conf/statistic.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/statistic.conf b/conf/statistic.conf index d2b5b147a..8d45e7608 100644 --- a/conf/statistic.conf +++ b/conf/statistic.conf @@ -24,7 +24,6 @@ classifier "bayes" { name = "osb"; } cache { - path = "${DBDIR}/learn_cache.sqlite"; } new_schema = true; # Always use new schema store_tokens = false; # Redefine if storing of tokens is desired |