Allow size of pages in V2 api to be configurable
This commit is contained in:
parent
1b065c27e0
commit
eae9175950
3 changed files with 8 additions and 1 deletions
|
@ -503,3 +503,6 @@ class DefaultConfig(ImmutableConfig):
|
|||
|
||||
# Feature Flag: If enabled, users can create and use app specific tokens to login via the CLI.
|
||||
FEATURE_APP_SPECIFIC_TOKENS = True
|
||||
|
||||
# The size of pages returned by the Docker V2 API.
|
||||
V2_PAGINATION_SIZE = 50
|
||||
|
|
Reference in a new issue