summaryrefslogtreecommitdiff
path: root/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-03-03 22:02:25 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-03-03 22:02:25 +0100
commit5cc43d9c59a7d1fd1f25005492a2d8123e902297 (patch)
tree223aa9bc86180961a6f9e78239adf687855fda45 /index.pl
parent833c8878d119610cb25f35d712166dfefbf2f4cf (diff)
Alwayse use 3 hours of lookbehind
Hashtag Verpeilungsfaktor
Diffstat (limited to 'index.pl')
-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);