Skip to content

Commit

Permalink
Increase the default value of CLIENT_RESULTS_LIMIT (#12233)
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed May 16, 2024
1 parent 73055bd commit 2490ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@
)

# Number of results per page listed in the GeoNode search pages
CLIENT_RESULTS_LIMIT = int(os.getenv("CLIENT_RESULTS_LIMIT", "5"))
CLIENT_RESULTS_LIMIT = int(os.getenv("CLIENT_RESULTS_LIMIT", "16"))

# LOCKDOWN API endpoints to prevent unauthenticated access.
# If set to True, search won't deliver results and filtering ResourceBase-objects is not possible for anonymous users
Expand Down

0 comments on commit 2490ff5

Please sign in to comment.