From 6f33657b7d43d38d17a4c79eb2ecd4afcb0427ae Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 16 Jun 2025 20:01:48 +0200 Subject: EFA: Decrease lookbehind to ten minutes, for now --- lib/Travelynx/Controller/Traveling.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Travelynx/Controller') diff --git a/lib/Travelynx/Controller/Traveling.pm b/lib/Travelynx/Controller/Traveling.pm index 25a1093..0437556 100755 --- a/lib/Travelynx/Controller/Traveling.pm +++ b/lib/Travelynx/Controller/Traveling.pm @@ -1192,8 +1192,8 @@ sub station { service => $efa_service, name => $station, timestamp => $timestamp, - lookbehind => 30, - lookahead => 30, + lookbehind => 10, + lookahead => 50, ); } elsif ($hafas_service) { -- cgit v1.2.3