Skip to content

Commit 6d5162e

Browse files
committed
Add 30s startupRetryPeriod to smoove GBFS updaters.
1 parent df272c9 commit 6d5162e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

finland/router-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,8 @@
601601
"frequency": "30s",
602602
"url": "https://gbfs.theta.fifteen.eu/gbfs/2.2/helsinki/en/gbfs.json",
603603
"overloadingAllowed": true,
604-
"rentalPickupTypes": ["station"]
604+
"rentalPickupTypes": ["station"],
605+
"startupRetryPeriod": "30s"
605606
},
606607
{
607608
"id": "liipi",

hsl/router-config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@
264264
"frequency": "30s",
265265
"url": "https://gbfs.theta.fifteen.eu/gbfs/2.2/helsinki/en/gbfs.json",
266266
"overloadingAllowed": true,
267-
"rentalPickupTypes": ["station"]
267+
"rentalPickupTypes": ["station"],
268+
"startupRetryPeriod": "30s"
268269
},
269270
{
270271
"id": "hsl-vehicle-positions",

0 commit comments

Comments
 (0)