diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-01-28 20:10:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-01-28 20:10:58 +0100 |
commit | 994e0b3818aa58d3c4633928413a42c9f3a4142d (patch) | |
tree | f659c62ad903c952fadfa382e1dcc1b1b874ce77 /lib | |
parent | c6b1f38efbc1029ee54ea396c300a2e62f6607c1 (diff) |
Change default lookahead to 3 hours
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Travel/Status/DE/IRIS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travel/Status/DE/IRIS.pm b/lib/Travel/Status/DE/IRIS.pm index bbb84c7..9965bc9 100644 --- a/lib/Travel/Status/DE/IRIS.pm +++ b/lib/Travel/Status/DE/IRIS.pm @@ -35,7 +35,7 @@ sub new { developer_mode => $opt{developer_mode}, iris_base => $opt{iris_base} // 'http://iris.noncd.db.de/iris-tts/timetable', - lookahead => $opt{lookahead} // ( 4 * 60 ), + lookahead => $opt{lookahead} // ( 3 * 60 ), lookbehind => $opt{lookbehind} // ( 0 * 60 ), main_cache => $opt{main_cache}, rt_cache => $opt{realtime_cache}, |