-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #37081 - Add a setting to configure PAGE_SIZE
This provides an option for users to configure the PAGE_SIZE setting in Django REST Framework as used by Pulpcore. Pulp has a default value for PAGE_SIZE but it could be overridden in the user's settings.py file. Pulp paginates views when listing repository contents, package metadata, container tags, etc. It doesn't affect delivery of content blobs, and most deployments in normal circumstances probably don't need to tune it. This setting was helpful as a workaround for an external issue that occurred when provisioning TripleO (OpenStack on OpenStack) with container content provided by Katello. In that case, the TripleO installation scripts didn't yet support pagination.
- Loading branch information
Showing
4 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters