summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-06-25 11:36:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2017-06-25 11:38:48 +0200
commitf09d59986998f2210314e38a1ad72d77fcfac067 (patch)
tree3b2b96cd07701e345c75b188cd0d3490828d6e22 /bin
parent710c15968ef20e0c17a9ce0cd493596f6a457cde (diff)
Interpret lookahead / lookbehind with 1-minute granularity
Diffstat (limited to 'bin')
-rwxr-xr-xbin/db-iris2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/db-iris b/bin/db-iris
index d47167b..f83a52a 100755
--- a/bin/db-iris
+++ b/bin/db-iris
@@ -20,7 +20,7 @@ use Travel::Status::DE::IRIS::Stations;
my ( $date, $time );
my $datetime = DateTime->now( time_zone => 'Europe/Berlin' );
my $developer_mode = 0;
-my $lookahead = 3 * 60;
+my $lookahead = 2 * 60;
my $realtime = 0;
my $with_related = 1;
my ( $filter_via, $track_via, $status_via );