set maxpid

This commit is contained in:
stubbfel
2013-09-19 10:10:57 +02:00
parent 5ee0cf99af
commit 412eda7938
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class PisApi extends Api {
* max number of pid for each query
* @var int
*/
private static $maxPid = 10;
private static $maxPid = 50;
/**
* Constructor

View File

@@ -43,7 +43,7 @@ class PssApi extends Api {
* max number of pid for each query
* @var int
*/
private static $maxPid = 10;
private static $maxPid = 50;
/**
* Constructor