diff --git a/geoapi/api/PisApi.php b/geoapi/api/PisApi.php index 2f81ff2..079c480 100644 --- a/geoapi/api/PisApi.php +++ b/geoapi/api/PisApi.php @@ -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 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