get_connecting_trains_p: increase lookahead to 60
This commit is contained in:
parent
ff317c5c2a
commit
6aca1692e4
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ sub get_connecting_trains_p {
|
|||
$self->iris->get_departures_p(
|
||||
station => $eva,
|
||||
lookbehind => 10,
|
||||
lookahead => 40,
|
||||
lookahead => 60,
|
||||
with_related => 1
|
||||
)->then(
|
||||
sub {
|
||||
|
|
Loading…
Reference in a new issue