diff --git a/geoapi/api/PisApi.php b/geoapi/api/PisApi.php index d4dd5a3..5b17f8a 100644 --- a/geoapi/api/PisApi.php +++ b/geoapi/api/PisApi.php @@ -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 diff --git a/geoapi/api/PssApi.php b/geoapi/api/PssApi.php index 72d5e04..1adef96 100644 --- a/geoapi/api/PssApi.php +++ b/geoapi/api/PssApi.php @@ -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