get_connecting_trains_p: increase lookahead to 60

This commit is contained in:
Daniel Friesel 2022-08-26 18:56:50 +02:00
parent ff317c5c2a
commit 6aca1692e4

View file

@ -78,7 +78,7 @@ sub get_connecting_trains_p {
$self->iris->get_departures_p(
station => $eva,
lookbehind => 10,
lookahead => 40,
lookahead => 60,
with_related => 1
)->then(
sub {