Limit the max number of elements returned per page
- requesting too many elements in one query has an impact on the database and the web application - max limit set to 100 JIRA INFRA-942 #action In Progress
Showing
- app/api/utils.py 4 additions, 1 deletionapp/api/utils.py
- app/settings.py 3 additions, 0 deletionsapp/settings.py
- docs/api.rst 2 additions, 1 deletiondocs/api.rst
- tests/functional/conftest.py 1 addition, 0 deletionstests/functional/conftest.py
- tests/functional/test_api.py 67 additions, 0 deletionstests/functional/test_api.py
Please register or sign in to comment