summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorLibravatar kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>2024-08-19 12:56:43 +0000
committerLibravatar GitHub <noreply@github.com>2024-08-19 14:56:43 +0200
commite1154453bbcb997a5894217f962c210edf7ac556 (patch)
treecf4bba12d17e6f41acfc684548d09c9862f76699 /example
parent[chore]: Bump github.com/miekg/dns from 1.1.61 to 1.1.62 (#3209) (diff)
downloadgotosocial-e1154453bbcb997a5894217f962c210edf7ac556.tar.xz
[chore] update default http client timeout to 30s (#3214)
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml6
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 ######