mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
disable the auto deletion of tasks when the ha mode is enabled
This commit is contained in:
parent
01ae46dd80
commit
6ba9994916
5 changed files with 249 additions and 1 deletions
|
@ -15,6 +15,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
|
|||
|
||||
let IndexScheduler {
|
||||
autobatching_enabled,
|
||||
cleanup_enabled: _,
|
||||
must_stop_processing: _,
|
||||
processing_tasks,
|
||||
file_store,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue