Expire old cache entries

This commit is contained in:
Ian Gulliver
2023-04-24 22:30:39 +00:00
parent c0060eb030
commit 3eb806d7b1
3 changed files with 104 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ tidy:
test:
{{go}} vet ./...
golangci-lint run ./...
{{go}} test -race -coverprofile=cover.out -timeout=60s -parallel=10 ./...
{{go}} test -race -coverprofile=cover.out -timeout=60s ./...
{{go}} tool cover -html=cover.out -o=cover.html
todo: