Skip to content

Commit

Permalink
bump per page limit on list models route to 1000 models
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared King committed Feb 22, 2016
1 parent d0ef2b1 commit da07716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Route/ListModelsRoute.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ListModelsRoute extends AbstractModelRoute
/**
* @staticvar int
*/
protected static $pageLimit = 100;
protected static $pageLimit = 1000;

/**
* @var int
Expand Down

0 comments on commit da07716

Please sign in to comment.