diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-07-02 18:38:32 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-07-02 18:38:32 +0200 |
commit | 242a6d2c472f0ff747db7665294fac19eaa2408e (patch) | |
tree | 8d110c5ac87aca67295b6544293c068d1c27ee81 /bin | |
parent | 4aee2fb6dc0755371eaa23459e514ac76f6a9576 (diff) | |
parent | f09d59986998f2210314e38a1ad72d77fcfac067 (diff) |
Merge branch 'master' of git.finalrewind.org:var/git_root/Travel-Status-DE-IRIS
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 ); |