From e018500b177913ccc90e46840f0549a2f529802e Mon Sep 17 00:00:00 2001 From: rmblau Date: Sun, 12 Jan 2025 14:56:15 -0500 Subject: [PATCH 1/2] bump to 10s on read and write timeout --- config/selfhosted.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/selfhosted.yaml b/config/selfhosted.yaml index 930809e..6114c46 100644 --- a/config/selfhosted.yaml +++ b/config/selfhosted.yaml @@ -14,8 +14,8 @@ jwt: max_refresh: 168h server: port: 2021 - read_timeout: 2s - write_timeout: 1s + read_timeout: 10s + write_timeout: 10ss rate_period: 60s rate_limit: 300 cors_allow_origins: From a11d06f56235c32f37f1d57c8d6d9aeae2a39e0d Mon Sep 17 00:00:00 2001 From: rmblau Date: Sun, 12 Jan 2025 15:58:34 -0500 Subject: [PATCH 2/2] remove extra s --- config/selfhosted.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/selfhosted.yaml b/config/selfhosted.yaml index 6114c46..1abf778 100644 --- a/config/selfhosted.yaml +++ b/config/selfhosted.yaml @@ -15,7 +15,7 @@ jwt: server: port: 2021 read_timeout: 10s - write_timeout: 10ss + write_timeout: 10s rate_period: 60s rate_limit: 300 cors_allow_origins: