Skip to content

Commit

Permalink
Add setting for WAGTAILAPI_LIMIT_MAX (#1688)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jul 25, 2024
1 parent 1f22d64 commit ea44437
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,5 @@
"KEY_PREFIX": "renditions",
},
}

WAGTAILAPI_LIMIT_MAX = int(os.getenv("WAGTAILAPI_LIMIT_MAX", "0")) or None

0 comments on commit ea44437

Please sign in to comment.