diff options
author | 2024-08-19 12:56:43 +0000 | |
---|---|---|
committer | 2024-08-19 14:56:43 +0200 | |
commit | e1154453bbcb997a5894217f962c210edf7ac556 (patch) | |
tree | cf4bba12d17e6f41acfc684548d09c9862f76699 /example | |
parent | [chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209) (diff) | |
download | gotosocial-e1154453bbcb997a5894217f962c210edf7ac556.tar.xz |
[chore] update default http client timeout to 30s (#3214)
Diffstat (limited to 'example')
-rw-r--r-- | example/config.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/config.yaml b/example/config.yaml index f359db5d5..84bbe4718 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -933,9 +933,9 @@ http-client: # Duration. Timeout to use for outgoing HTTP requests. If the timeout # is exceeded, the connection to the remote server will be dropped. # A value of 0s indicates no timeout: this is not advised! - # Examples: ["5s", "10s", "0s"] - # Default: "10s" - timeout: "10s" + # Examples: ["5s", "30s", "0s"] + # Default: "30s" + timeout: "30s" ######################################## #### RESERVED IP RANGE EXCEPTIONS ###### |