Commit 6aca1692 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

get_connecting_trains_p: increase lookahead to 60

parent ff317c5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {