From af312f115d4f794efdb3d297ee1ac7e456750674 Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Tue, 21 Feb 2023 16:43:32 -0500 Subject: [PATCH] add server limit to EDR calls that support paging (#1153) --- pygeoapi/api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pygeoapi/api.py b/pygeoapi/api.py index 6c6ce97..32dad10 100644 --- a/pygeoapi/api.py +++ b/pygeoapi/api.py @@ -3677,7 +3677,8 @@ class API: z=z, bbox=bbox, within=within, - within_units=within_units + within_units=within_units, + limit=int(self.config['server']['limit']) ) try: