Browse Source

[Fix] Load skip map from all processes as shared cache is unavailable

MFH: rspamd-1.6
tags/1.7.0
Vsevolod Stakhov 6 years ago
parent
commit
2a60b74c7c
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      src/fuzzy_storage.c

+ 1
- 3
src/fuzzy_storage.c View File

@@ -2809,9 +2809,7 @@ start_fuzzy (struct rspamd_worker *worker)
ucl_object_tostring (ctx->skip_map));
}
else {
if (worker->index == 0) {
m->active_http = TRUE;
}
m->active_http = TRUE;
}
}


Loading…
Cancel
Save