Merge branch 'hotfix/#197'

This commit is contained in:
stubbfel
2013-09-19 10:11:12 +02:00
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 * max number of pid for each query
* @var int * @var int
*/ */
private static $maxPid = 10; private static $maxPid = 50;
/** /**
* Constructor * Constructor

View File

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