transitous rewrite: set default min_duration to 10

This commit is contained in:
Kaaninchen
2026-08-18 14:36:59 +02:00
parent 3dcf1e8626
commit 637a1f19a0
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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
View File
@@ -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": {