We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f83f6 commit a366d11Copy full SHA for a366d11
mlc_config.json
@@ -7,5 +7,6 @@
7
"timeout": "20s",
8
"retryOn429": true,
9
"retryCount": 5,
10
- "fallbackRetryDelay": "30s"
+ "fallbackRetryDelay": "30s",
11
+ "aliveStatusCodes": [0, 200, 403]
12
}
0 commit comments