diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-22 14:20:07 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-22 14:20:07 +0800 |
commit | 72d4a043db48bb8196fbf60b99f9d59ef827bf8b (patch) | |
tree | 21ff45349f5fb9b955096dd4e68c12e3f8da13e0 /forge.scfg | |
parent | Actually incrementally generate the git log (diff) | |
download | forge-72d4a043db48bb8196fbf60b99f9d59ef827bf8b.tar.gz forge-72d4a043db48bb8196fbf60b99f9d59ef827bf8b.tar.zst forge-72d4a043db48bb8196fbf60b99f9d59ef827bf8b.zip |
Configurable timeout
Diffstat (limited to 'forge.scfg')
-rw-r--r-- | forge.scfg | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 { |