mirror of
https://github.com/replicatedhq/ttl.sh.git
synced 2026-08-25 03:07:15 +00:00
default gcDelay is already 1 hour, also remove gcInterval as it also defaults to 1 hour
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
"rootDirectory": "/var/lib/zot",
|
||||
"dedupe": false,
|
||||
"gc": true,
|
||||
"gcDelay": "1h",
|
||||
"gcInterval": "24h",
|
||||
"storageDriver": {
|
||||
"name": "s3",
|
||||
"rootdirectory": "{{ s3_root_directory }}",
|
||||
@@ -42,7 +40,7 @@
|
||||
"compat": ["docker2s2"]
|
||||
},
|
||||
"log": {
|
||||
"level": "info"
|
||||
"level": "warn"
|
||||
},
|
||||
"scheduler": {
|
||||
"numWorkers": 3
|
||||
|
||||
Reference in New Issue
Block a user