From 0f65c09b0758ebb7ee11b1ab450dadca61894ac0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 14:28:44 +0200 Subject: Increase relayd timeouts for better video streaming buffering Amp-Thread-ID: https://ampcode.com/threads/T-019c1392-78a3-7440-9d95-1a1b2fd7dfec Co-authored-by: Amp --- frontends/etc/relayd.conf.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index e8a60ad..3ed0be1 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -84,6 +84,9 @@ relay "https4" { listen on <%= $vio0_ip %> port 443 tls protocol "https" persist + timeout connect 10s + timeout http_request 30s + timeout http_keepalive 120s # Primary: f3s cluster (with health checks) - Falls back to localhost when all hosts down forward to port 80 check tcp forward to port 8080 @@ -97,6 +100,9 @@ relay "https6" { listen on <%= $ipv6address->($hostname) %> port 443 tls protocol "https" persist + timeout connect 10s + timeout http_request 30s + timeout http_keepalive 120s # Primary: f3s cluster (with health checks) - Falls back to localhost when all hosts down forward to port 80 check tcp forward to port 8080 -- cgit v1.2.3