Unverified Commit 2c2984a7 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

departure board: increase IRIS lookahead to 40 minutes

parent a9c5247c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -867,7 +867,7 @@ sub station {
		$promise = $self->iris->get_departures_p(
			station      => $station,
			lookbehind   => 120,
			lookahead    => 30,
			lookahead    => 40,
			with_related => 1,
		);
	}