fix: 0.1.4

1. meta clean goroutine walk error
  2. clean interval to args(--clean)
This commit is contained in:
loveuer
2025-05-16 16:48:28 +08:00
parent 9146c87cad
commit 53ece08ba8
3 changed files with 26 additions and 8 deletions

View File

@ -7,10 +7,11 @@ import (
)
type config struct {
Debug bool
Address string
DataPath string
Auth string
Debug bool
Address string
DataPath string
Auth string
CleanInterval int
}
var (