Skip to content

Commit

Permalink
parser:getFromNetmon: incr. limit to 3000 for fff
Browse files Browse the repository at this point in the history
  • Loading branch information
StilgarBF committed Jul 5, 2016
1 parent ead5e17 commit 7d72440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nodelistparser.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ private function _getFromNetmon($comName, $comUrl)
$url .= '?'.http_build_query(
array(
'rquest' => 'routerlist',
'limit' => 1000, // one day this will be not enough - TODO. add loop
'limit' => 3000, // one day this will be not enough - TODO. add loop
'sort_by' => 'router_id'
)
);
Expand Down

0 comments on commit 7d72440

Please sign in to comment.