Add configurable maximum layer size in nginx
This commit is contained in:
parent
76de324ca8
commit
dd35677712
3 changed files with 12 additions and 11 deletions
|
@ -426,3 +426,6 @@ class DefaultConfig(object):
|
|||
|
||||
# Server where TUF metadata can be found
|
||||
TUF_SERVER = None
|
||||
|
||||
# Maximum size allowed for layers in the registry.
|
||||
MAXIMUM_LAYER_SIZE = '20G'
|
||||
|
|
Reference in a new issue