From 5cc43d9c59a7d1fd1f25005492a2d8123e902297 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 Mar 2019 22:02:25 +0100 Subject: Alwayse use 3 hours of lookbehind Hashtag Verpeilungsfaktor --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index 492dc29..3f070ff 100755 --- a/index.pl +++ b/index.pl @@ -223,7 +223,7 @@ sub epoch_to_dt { sub get_departures { my ( $station, $lookbehind ) = @_; - $lookbehind //= 60; + $lookbehind //= 180; my @station_matches = Travel::Status::DE::IRIS::Stations::get_station($station); -- cgit v1.2.3