summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xindex.pl2
1 files changed, 1 insertions, 1 deletions
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);