add server limit to EDR calls that support paging (#1153)

This commit is contained in:
Tom Kralidis
2023-02-21 16:43:32 -05:00
committed by GitHub
parent 906c0fd619
commit af312f115d
+2 -1
View File
@@ -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: