diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:01:48 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-16 20:01:48 +0200 |
commit | 6f33657b7d43d38d17a4c79eb2ecd4afcb0427ae (patch) | |
tree | 38672cce189eea88b3471e48c0bb2413fd212c37 /lib | |
parent | 6ea954c9634912f499c2f1c2b3356d491e40f747 (diff) |
EFA: Decrease lookbehind to ten minutes, for now
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Travelynx/Controller/Traveling.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |