Skip to content

Commit

Permalink
Update to django-gisserver 1.4.0 for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Jul 1, 2024
1 parent 5ea9340 commit b06703f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions src/dso_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,3 +519,4 @@

# Setting for django-gisserver, disabling this makes WFS much faster
GISSERVER_CAPABILITIES_BOUNDING_BOX = False
GISSERVER_COUNT_NUMBER_MATCHED = 0 # 0 = no counting, 1 = all pages, 2 = only first page
2 changes: 1 addition & 1 deletion src/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ django-cors-headers == 3.13.0
django-healthchecks == 1.5.0
django-postgres-unlimited-varchar == 1.1.2
django-redis == 5.4.0
django-gisserver == 1.2.7
django-gisserver == 1.4.0
django-vectortiles == 0.2.0
djangorestframework == 3.14.0
djangorestframework-csv == 2.1.1
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ django-environ==0.9.0 \
# via
# -r requirements.in
# amsterdam-schema-tools
django-gisserver==1.2.7 \
--hash=sha256:625843059ccf496594b0d1ce83c7f49afd4081c1613e9107ef75744207d0ef0f \
--hash=sha256:a371ef22a5aacc4c1468fed096016921c091b33de1d26a99f773291dece97750
django-gisserver==1.4.0 \
--hash=sha256:8f765eb39277540c43c75c264272f34594cef387c2a95efad915837a2c3a26c8 \
--hash=sha256:f437c3aff5c6c6d33f2fc28d8e3e5e3428416e9783f3fd4620e0b27271475c71
# via
# -r requirements.in
# amsterdam-schema-tools
Expand Down
6 changes: 3 additions & 3 deletions src/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -409,9 +409,9 @@ django-extensions==3.2.1 \
--hash=sha256:2a4f4d757be2563cd1ff7cfdf2e57468f5f931cc88b23cf82ca75717aae504a4 \
--hash=sha256:421464be390289513f86cb5e18eb43e5dc1de8b4c27ba9faa3b91261b0d67e09
# via -r requirements_dev.in
django-gisserver==1.2.7 \
--hash=sha256:625843059ccf496594b0d1ce83c7f49afd4081c1613e9107ef75744207d0ef0f \
--hash=sha256:a371ef22a5aacc4c1468fed096016921c091b33de1d26a99f773291dece97750
django-gisserver==1.4.0 \
--hash=sha256:8f765eb39277540c43c75c264272f34594cef387c2a95efad915837a2c3a26c8 \
--hash=sha256:f437c3aff5c6c6d33f2fc28d8e3e5e3428416e9783f3fd4620e0b27271475c71
# via
# -r ./requirements.in
# amsterdam-schema-tools
Expand Down

0 comments on commit b06703f

Please sign in to comment.