mirror of
https://github.com/kaaninchen/Gleiswechsel.git
synced 2026-09-17 16:52:47 +00:00
transitous rewrite: set default min_duration to 10
This commit is contained in:
@@ -58,9 +58,9 @@ I added an [example config](config.json.example):
|
|||||||
"OTHER",
|
"OTHER",
|
||||||
"RIDE_SHARING"
|
"RIDE_SHARING"
|
||||||
],
|
],
|
||||||
"min_duration": 5,
|
"min_duration": 10,
|
||||||
"max_duration": null,
|
"max_duration": null,
|
||||||
"max_wait_time": 6,
|
"max_wait_time": null,
|
||||||
"timezone": "Europe/Berlin"
|
"timezone": "Europe/Berlin"
|
||||||
},
|
},
|
||||||
"announcements": {
|
"announcements": {
|
||||||
|
|||||||
+2
-2
@@ -18,9 +18,9 @@
|
|||||||
"OTHER",
|
"OTHER",
|
||||||
"RIDE_SHARING"
|
"RIDE_SHARING"
|
||||||
],
|
],
|
||||||
"min_duration": 5,
|
"min_duration": 10,
|
||||||
"max_duration": null,
|
"max_duration": null,
|
||||||
"max_wait_time": 6,
|
"max_wait_time": null,
|
||||||
"timezone": "Europe/Berlin"
|
"timezone": "Europe/Berlin"
|
||||||
},
|
},
|
||||||
"announcements": {
|
"announcements": {
|
||||||
|
|||||||
Reference in New Issue
Block a user