mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
update tests
This commit is contained in:
parent
7e6f068b18
commit
a5ab4b3f64
3 changed files with 2 additions and 4 deletions
|
@ -31,8 +31,7 @@ impl Server {
|
|||
main_map_size: default_db_options.main_map_size,
|
||||
update_map_size: default_db_options.update_map_size,
|
||||
http_payload_size_limit: 10000000,
|
||||
ssl_key_path: None,
|
||||
ssl_cert_path:None,
|
||||
..Opt::default()
|
||||
};
|
||||
|
||||
let data = Data::new(opt.clone());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue