fix: set GC delay defaults for storage subPaths (#1189)

Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
Ramkumar Chinchani
2023-02-14 09:16:37 -08:00
committed by GitHub
parent 0cddb2be3e
commit d79ad863e4
3 changed files with 42 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@
"subPaths": {
"/infra": {
"rootDirectory": "/tmp/zot1",
"dedupe": true
"dedupe": true,
"gc": true
},
"/b": {
"rootDirectory": "/tmp/zot2",