lib/fs: Cache user lookups (#8496)

This commit is contained in:
Jakob Borg
2022-08-12 07:48:00 +02:00
committed by GitHub
parent 06273875ae
commit eb81f7400c
7 changed files with 85 additions and 16 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"strings"
)
func (BasicFilesystem) SymlinksSupported() bool {
func (*BasicFilesystem) SymlinksSupported() bool {
return true
}