Skip to content

Commit

Permalink
Change default paging to 100 for PI requests
Browse files Browse the repository at this point in the history
Previously 400
  • Loading branch information
GRyall committed Feb 1, 2017
1 parent 8f0f94e commit c0c4729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/PI/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class PIRequest {
// defaultPaging = true means that even if the 'page' URL param is
// not specified, then the query will be paged by default (true is
// the preference for large/production datasets).
private $defaultPageSize = 400;
private $defaultPageSize = 100;
private $defaultPaging = FALSE; // specify true to enforce paging

public function __construct(){
Expand Down

0 comments on commit c0c4729

Please sign in to comment.