From f09d59986998f2210314e38a1ad72d77fcfac067 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 25 Jun 2017 11:36:38 +0200 Subject: Interpret lookahead / lookbehind with 1-minute granularity --- bin/db-iris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 ); -- cgit v1.2.3