From 72d4a043db48bb8196fbf60b99f9d59ef827bf8b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 22 Mar 2025 14:20:07 +0800 Subject: Configurable timeout --- forge.scfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'forge.scfg') diff --git a/forge.scfg b/forge.scfg index 42a4b57..e2b703e 100644 --- a/forge.scfg +++ b/forge.scfg @@ -13,6 +13,10 @@ http { # What is the canonical URL of the web root? root https://forge.example.org + + read_timeout 120 + write_timeout 120 + idle_timeout 120 } irc { -- cgit v1.2.3