Skip to content

Commit

Permalink
fix: Set max limit value
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Aug 23, 2024
1 parent b1004a4 commit 2838b8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraso_backend/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@
GRAPHENE = {
"SCHEMA": "apps.graphql.schema.schema.schema",
"TESTING_ENDPOINT": "/graphql/",
"RELAY_CONNECTION_MAX_LIMIT": config("RELAY_CONNECTION_MAX_LIMIT", default=1000),
}

WEB_CLIENT_DOMAIN = config("WEB_CLIENT_DOMAIN", default="")
Expand Down

0 comments on commit 2838b8e

Please sign in to comment.