diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-06-25 11:36:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-06-25 11:38:48 +0200 |
commit | f09d59986998f2210314e38a1ad72d77fcfac067 (patch) | |
tree | 3b2b96cd07701e345c75b188cd0d3490828d6e22 /bin | |
parent | 710c15968ef20e0c17a9ce0cd493596f6a457cde (diff) |
Interpret lookahead / lookbehind with 1-minute granularity
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/db-iris | 2 |
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 ); |