From 412eda79386374ba89cd9e2c80c68246703a3046 Mon Sep 17 00:00:00 2001 From: stubbfel Date: Thu, 19 Sep 2013 10:10:57 +0200 Subject: [PATCH] set maxpid --- geoapi/api/PisApi.php | 2 +- geoapi/api/PssApi.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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