mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
disabling quotatotalworker when running config editor (#2132)
Co-authored-by: bcaton <bcaton@redhat.com>
This commit is contained in:
committed by
GitHub
parent
7f54e76599
commit
dd51bb5825
@@ -87,8 +87,8 @@ def config_services():
|
||||
"manifestbackfillworker": {"autostart": "false"},
|
||||
"securityscanningnotificationworker": {"autostart": "false"},
|
||||
"config-editor": {"autostart": "true"},
|
||||
"quotatotalworker": {"autostart": "true"},
|
||||
"quotaregistrysizeworker": {"autostart": "true"},
|
||||
"quotatotalworker": {"autostart": "false"},
|
||||
"quotaregistrysizeworker": {"autostart": "false"},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user