Skip to content

Commit

Permalink
added handling rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
rootware committed May 8, 2022
1 parent 6a33d06 commit 30afd32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"fallbackRetryDelay": "30s",
"aliveStatusCodes": [
200,
403
403,
429
]
}

0 comments on commit 30afd32

Please sign in to comment.