From def21f893ffb9b32c33c2b51b68a6d20cfea125c Mon Sep 17 00:00:00 2001 From: Abhinav Raut Date: Fri, 31 Jul 2026 10:42:37 +0530 Subject: [PATCH] increase default http write timeout to 60s --- config.sample.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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