From 637a1f19a0536949c292154cff97896e33069fa5 Mon Sep 17 00:00:00 2001 From: Kaaninchen <124433727+kaaninchen@users.noreply.github.com> Date: Tue, 18 Aug 2026 14:36:59 +0200 Subject: [PATCH] transitous rewrite: set default min_duration to 10 --- README.md | 4 ++-- config.json.example | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 84a2af8..0ea6261 100644 --- a/README.md +++ b/README.md @@ -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": { diff --git a/config.json.example b/config.json.example index 40d0a41..3243519 100644 --- a/config.json.example +++ b/config.json.example @@ -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": {