mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
13 lines
288 B
JSON
13 lines
288 B
JSON
{
|
|
"timeout": "20s",
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "30s",
|
|
"aliveStatusCodes": [200, 206, 303, 403],
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "^(https:\/\/github.com\/Ocelot-Social-Community\/Ocelot-Social\/pull\/|http:\/\/localhost)"
|
|
}
|
|
]
|
|
}
|