add server limit to EDR calls that support paging (#1153)
This commit is contained in:
+2
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user