lib/fs: Cache user lookups (#8496)
This commit is contained in:
@@ -14,5 +14,5 @@ import (
|
||||
)
|
||||
|
||||
func (f *BasicFilesystem) PlatformData(name string) (protocol.PlatformData, error) {
|
||||
return unixPlatformData(f, name)
|
||||
return unixPlatformData(f, name, f.userCache, f.groupCache)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user