fix: typo

This commit is contained in:
hiddify
2024-09-28 20:48:46 +02:00
parent 9e7bb5561c
commit b602eb5c6c

View File

@@ -62,8 +62,7 @@ func New(ctx context.Context, options option.CacheFileOptions) *CacheFile {
func (c *CacheFile) start() error {
const fileMode = 0o666
options := bbolt.Options{Timeout: time.Second
}
options := bbolt.Options{Timeout: time.Second}
var (
db *bbolt.DB
err error