Merge branch 'hotfix/#197' into devel

This commit is contained in:
stubbfel
2013-09-19 10:11:13 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

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