diff options
Diffstat (limited to 'src/filter.c')
-rw-r--r-- | src/filter.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filter.c b/src/filter.c index 7d1de3d20..f38831c00 100644 --- a/src/filter.c +++ b/src/filter.c @@ -444,6 +444,7 @@ process_autolearn (struct statfile *st, struct worker_task *task, GTree * tokens classifier->learn_func (ctx, task->worker->srv->statfile_pool, st->symbol, tokens, TRUE, NULL, 1., NULL); maybe_write_binlog (ctx->cfg, st, statfile, tokens); + statfile_pool_plan_invalidate (task->worker->srv->statfile_pool, DEFAULT_STATFILE_INVALIDATE_TIME, DEFAULT_STATFILE_INVALIDATE_JITTER); } } } |