From e1154453bbcb997a5894217f962c210edf7ac556 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:56:43 +0000 Subject: [chore] update default http client timeout to 30s (#3214) --- example/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example') 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 ###### -- cgit v1.2.3