Create config.json

This commit is contained in:
Frederik Hjorslev 2022-05-18 20:43:17 +02:00 committed by GitHub
parent a055b5b29e
commit a1fa68917b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,7 @@
{
"timeout": "40s",
"retryOn429": true,
"retryCount": 5,
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [504, 503, 403, 200]
}