style: fix gofumpt formatting in fileinfo_cache and proxy
Some checks failed
CI / Lint (push) Failing after 7m47s
CI / Test (push) Failing after 8m34s
CI / Build (push) Has been skipped
CI / Docker (push) Has been skipped

This commit is contained in:
xfy 2026-06-12 11:08:26 +08:00
parent a0cb0775f7
commit 34f37efa14
2 changed files with 2 additions and 3 deletions

View File

@ -20,8 +20,8 @@ import (
)
const (
fileInfoCacheMaxEntries = 2000
defaultFileInfoCacheTTL = 10 * time.Second
fileInfoCacheMaxEntries = 2000
defaultFileInfoCacheTTL = 10 * time.Second
defaultFileNotFoundCacheTTL = 2 * time.Second
)

View File

@ -27,7 +27,6 @@
// - Lua 脚本执行有超时保护,默认 100ms
//
// 作者xfy
//
package proxy
import (