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",
|
||||
"RIDE_SHARING"
|
||||
],
|
||||
"min_duration": 5,
|
||||
"min_duration": 10,
|
||||
"max_duration": null,
|
||||
"max_wait_time": 6,
|
||||
"max_wait_time": null,
|
||||
"timezone": "Europe/Berlin"
|
||||
},
|
||||
"announcements": {
|
||||
|
||||
+2
-2
@@ -18,9 +18,9 @@
|
||||
"OTHER",
|
||||
"RIDE_SHARING"
|
||||
],
|
||||
"min_duration": 5,
|
||||
"min_duration": 10,
|
||||
"max_duration": null,
|
||||
"max_wait_time": 6,
|
||||
"max_wait_time": null,
|
||||
"timezone": "Europe/Berlin"
|
||||
},
|
||||
"announcements": {
|
||||
|
||||
Reference in New Issue
Block a user