diff options
Diffstat (limited to 'lib/Travel')
-rw-r--r-- | lib/Travel/Status/DE/HAFAS.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS.pm b/lib/Travel/Status/DE/HAFAS.pm index 23aba6e..8da83eb 100644 --- a/lib/Travel/Status/DE/HAFAS.pm +++ b/lib/Travel/Status/DE/HAFAS.pm @@ -270,7 +270,7 @@ sub new { ], getPOIs => \0, getStops => \1, - maxLoc => 10, + maxLoc => $conf{results} // 30, } } ], @@ -289,7 +289,7 @@ sub new { type => 'S', name => $conf{locationSearch}, }, - maxLoc => 10, + maxLoc => $conf{results} // 30, field => 'S', }, } |