mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Increasing payload default size
This commit is contained in:
@ -57,7 +57,7 @@ impl Server {
|
||||
no_analytics: true,
|
||||
max_mdb_size: default_db_options.main_map_size,
|
||||
max_udb_size: default_db_options.update_map_size,
|
||||
http_payload_size_limit: 10000000,
|
||||
http_payload_size_limit: 100000000,
|
||||
..Opt::default()
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user