Make GC timeout configurable
This commit is contained in:
parent
e8358af589
commit
c888a8b3be
2 changed files with 4 additions and 3 deletions
|
@ -256,8 +256,8 @@ class DefaultConfig(object):
|
|||
DOCUMENTATION_LOCATION = 'http://docs.quay.io'
|
||||
DOCUMENTATION_METADATA = 'https://coreos.github.io/quay-docs/search.json'
|
||||
|
||||
# Experiment: Async garbage collection
|
||||
EXP_ASYNC_GARBAGE_COLLECTION = []
|
||||
# How often the Garbage Collection worker runs.
|
||||
GARBAGE_COLLECTION_FREQUENCY = 30 # seconds
|
||||
|
||||
# Security scanner
|
||||
FEATURE_SECURITY_SCANNER = False
|
||||
|
|
Reference in a new issue