mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
remove restriction on workers and tune storage config more
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user