Persistently save to DB the status of experimental features

This commit is contained in:
Louis Dureuil 2023-06-22 22:56:44 +02:00
parent 29ec02d4d4
commit 072d81843f
No known key found for this signature in database
5 changed files with 140 additions and 1 deletions

View file

@ -28,6 +28,7 @@ pub fn snapshot_index_scheduler(scheduler: &IndexScheduler) -> String {
started_at,
finished_at,
index_mapper,
features: _,
max_number_of_tasks: _,
wake_up: _,
dumps_path: _,