style: fix gofumpt formatting in fileinfo_cache and proxy
This commit is contained in:
parent
a0cb0775f7
commit
34f37efa14
@ -20,8 +20,8 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
fileInfoCacheMaxEntries = 2000
|
||||
defaultFileInfoCacheTTL = 10 * time.Second
|
||||
fileInfoCacheMaxEntries = 2000
|
||||
defaultFileInfoCacheTTL = 10 * time.Second
|
||||
defaultFileNotFoundCacheTTL = 2 * time.Second
|
||||
)
|
||||
|
||||
|
||||
@ -27,7 +27,6 @@
|
||||
// - Lua 脚本执行有超时保护,默认 100ms
|
||||
//
|
||||
// 作者:xfy
|
||||
//
|
||||
package proxy
|
||||
|
||||
import (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user