Increasing payload default size

This commit is contained in:
Paul Sanders 2020-12-29 16:55:35 -05:00
parent d12ef576fc
commit 8e0d8f4533
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@ pub struct Opt {
pub max_udb_size: usize,
/// The maximum size, in bytes, of accepted JSON payloads
#[structopt(long, env = "MEILI_HTTP_PAYLOAD_SIZE_LIMIT", default_value = "10485760")] // 10MB
#[structopt(long, env = "MEILI_HTTP_PAYLOAD_SIZE_LIMIT", default_value = "104857600")] // 100MB
pub http_payload_size_limit: usize,
/// Read server certificates from CERTFILE.