diff --git a/config.sample.toml b/config.sample.toml index 63d37e45..713c01a8 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -25,7 +25,7 @@ disable_secure_cookies = false session_lifetime = "9h" # Request read and write timeouts. read_timeout = "8s" -write_timeout = "8s" +write_timeout = "60s" # Maximum request body size in bytes (100MB) # If you are using proxy, you may need to configure them to allow larger request bodies. max_body_size = 104857600