From 058d698415e2fba08d49356eb51c030029ef6878 Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Wed, 15 May 2024 08:06:00 +0300 Subject: [PATCH] Try longer search window for waltti --- waltti/router-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waltti/router-config.json b/waltti/router-config.json index e9732d3b..8ce5fed7 100644 --- a/waltti/router-config.json +++ b/waltti/router-config.json @@ -1,6 +1,6 @@ { "routingDefaults": { - "searchWindow": "PT1H", + "searchWindow": "2h", "transferSlack": 90, "waitReluctance": 0.95, "elevatorBoardTime": 60,