disable the auto deletion of tasks when the ha mode is enabled

This commit is contained in:
Tamo 2024-02-20 12:16:50 +01:00
parent 01ae46dd80
commit 6ba9994916
5 changed files with 249 additions and 1 deletions

View file

@ -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,