Merge branch 'hotfix/#197' into devel
This commit is contained in:
@@ -54,7 +54,7 @@ class PisApi extends Api {
|
||||
* max number of pid for each query
|
||||
* @var int
|
||||
*/
|
||||
private static $maxPid = 10;
|
||||
private static $maxPid = 50;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user