diff options
Diffstat (limited to 'test/functional/configs/stats.conf')
-rw-r--r-- | test/functional/configs/stats.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/functional/configs/stats.conf b/test/functional/configs/stats.conf index 37fe0c705..afa405baf 100644 --- a/test/functional/configs/stats.conf +++ b/test/functional/configs/stats.conf @@ -53,20 +53,17 @@ classifier { statfile { spam = true; symbol = BAYES_SPAM; - ${STATS_PATH_SPAM} size = 1M; ${REDIS_SERVER} } statfile { spam = false; symbol = BAYES_HAM; - ${STATS_PATH_HAM} size = 1M; ${REDIS_SERVER} } cache { - ${STATS_PATH_CACHE} ${REDIS_SERVER} } } |