mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
refactor for tests
This commit is contained in:
parent
1f51fc8baf
commit
3cc3637e2d
22 changed files with 1676 additions and 1474 deletions
|
@ -43,7 +43,7 @@ impl Server {
|
|||
ignore_snapshot_if_db_exists: false,
|
||||
snapshot_dir: ".".into(),
|
||||
schedule_snapshot: false,
|
||||
snapshot_interval_sec: None,
|
||||
snapshot_interval_sec: 0,
|
||||
import_dump: None,
|
||||
indexer_options: IndexerOpts::default(),
|
||||
#[cfg(all(not(debug_assertions), feature = "sentry"))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue