From d0366237217a15cfd37989bcbab1eed7a0473994 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Tue, 12 Nov 2024 16:29:14 +0200 Subject: [PATCH] Use 1h access/egress duration for HSL --- hsl/router-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsl/router-config.json b/hsl/router-config.json index e616b9b3..81c6a5f5 100644 --- a/hsl/router-config.json +++ b/hsl/router-config.json @@ -18,7 +18,7 @@ "boardCost": 120 }, "accessEgress": { - "maxDuration": "35m" + "maxDuration": "1h" }, "elevatorBoardTime": 60, "maxDirectStreetDuration": "90m",