cache clean implemented

This commit is contained in:
2026-05-29 03:46:47 -06:00
parent a9de607743
commit 248c1370d7
9 changed files with 48 additions and 17 deletions
+2
View File
@@ -49,6 +49,8 @@ func defaultCfgMap() map[string]string {
"mirrored_repos": `["core", "extra"]`,
"port": `"8090"`,
"PKGSTASH_TOKEN": "testtoken",
"max_cache_size": `"1GB"`,
"max_cache_age": `"1h"`,
}
}