mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix some bugs with files
This commit is contained in:
parent
4736e00253
commit
e35fe33712
2 changed files with 17 additions and 16 deletions
|
@ -336,8 +336,8 @@ impl IndexScheduler {
|
|||
tasks_path: PathBuf,
|
||||
update_file_path: PathBuf,
|
||||
indexes_path: PathBuf,
|
||||
dumps_path: PathBuf,
|
||||
snapshots_path: PathBuf,
|
||||
dumps_path: PathBuf,
|
||||
task_db_size: usize,
|
||||
index_size: usize,
|
||||
indexer_config: IndexerConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue