diff --git a/index.pl b/index.pl index 492dc291756fed5eb440c4b07193707450230597..3f070fff2eec5aef7226c88207139bba3e92a98b 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);