mirror of
https://github.com/project-zot/zot.git
synced 2026-06-17 04:48:26 +08:00
fix: set GC delay defaults for storage subPaths (#1189)
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
This commit is contained in:
committed by
GitHub
parent
0cddb2be3e
commit
d79ad863e4
@@ -7,7 +7,8 @@
|
||||
"subPaths": {
|
||||
"/infra": {
|
||||
"rootDirectory": "/tmp/zot1",
|
||||
"dedupe": true
|
||||
"dedupe": true,
|
||||
"gc": true
|
||||
},
|
||||
"/b": {
|
||||
"rootDirectory": "/tmp/zot2",
|
||||
|
||||
Reference in New Issue
Block a user