diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index 3fb362c..9c898ef 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -1,5 +1,5 @@ { - "distSpecVersion": "1.1.0", + "distSpecVersion": "1.1.1", "storage": { "rootDirectory": "/var/lib/zot", "dedupe": false, @@ -14,7 +14,11 @@ "secretkey": "{{ s3_secret_key }}", "secure": true, "forcepathstyle": true, - "skipverify": true + "skipverify": true, + "chunksize": "33554432", + "multipartcopychunksize": "33554432", + "multipartcopythresholdsize": "33554432", + "multipartcopymaxconcurrency": "100" }, "retention": { "dryRun": false, @@ -44,9 +48,6 @@ "log": { "level": "warn" }, - "scheduler": { - "numWorkers": 3 - }, "extensions": { "events": { "enable": true,