From 7146002e081cfebfc897962c96d17766c3cca6ff Mon Sep 17 00:00:00 2001 From: Josh Sandlin Date: Wed, 29 Jul 2026 17:57:15 -0400 Subject: [PATCH] default gcDelay is already 1 hour, also remove gcInterval as it also defaults to 1 hour --- ansible/templates/zot-config.json.j2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ansible/templates/zot-config.json.j2 b/ansible/templates/zot-config.json.j2 index dbeb81b..62a8787 100644 --- a/ansible/templates/zot-config.json.j2 +++ b/ansible/templates/zot-config.json.j2 @@ -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