Skip to content

Commit 73a6cba

Browse files
authored
- Updated server limits key on pygeoapi configuration (#198)
1 parent ef9fa4d commit 73a6cba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

workshop/exercises/pygeoapi.config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,9 @@ server:
4242
language: en-US
4343
cors: true
4444
pretty_print: true
45-
limit: 10
45+
limits:
46+
default_items: 20
47+
max_items: 50
4648
# templates: /path/to/templates
4749
map:
4850
url: https://tile.openstreetmap.org/{z}/{x}/{y}.png

0 commit comments

Comments
 (0)