summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2017-01-28 20:10:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2017-01-28 20:10:58 +0100
commit994e0b3818aa58d3c4633928413a42c9f3a4142d (patch)
treef659c62ad903c952fadfa382e1dcc1b1b874ce77
parentc6b1f38efbc1029ee54ea396c300a2e62f6607c1 (diff)
Change default lookahead to 3 hours
-rw-r--r--lib/Travel/Status/DE/IRIS.pm2
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},