mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 22:42:26 -05:00
[chore] update default http client timeout to 30s (#3214)
This commit is contained in:
parent
c78c3d5ed9
commit
e1154453bb
3 changed files with 5 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ EXPECT=$(cat << "EOF"
|
|||
"http-client": {
|
||||
"allow-ips": [],
|
||||
"block-ips": [],
|
||||
"timeout": 10000000000,
|
||||
"timeout": 30000000000,
|
||||
"tls-insecure-skip-verify": false
|
||||
},
|
||||
"instance-deliver-to-shared-inboxes": false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue