kopia lustrzana https://github.com/onthegomap/planetiler
allow 429 (#1158)
rodzic
a5cc28470d
commit
9fd863509e
|
@ -4,7 +4,10 @@
|
|||
"pattern": "^http://localhost.*$"
|
||||
}
|
||||
],
|
||||
"retryOn429": true,
|
||||
"retryCount": 5,
|
||||
"fallbackRetryDelay": "30s"
|
||||
"fallbackRetryDelay": "30s",
|
||||
"aliveStatusCodes": [
|
||||
200,
|
||||
429
|
||||
]
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue