mirror of
https://github.com/samuelncui/acp.git
synced 2026-09-03 22:57:23 +00:00
feat: add content signature xattr cache
This commit is contained in:
+1
-1
@@ -23,5 +23,5 @@ func isNoAttrErr(err error) bool {
|
||||
}
|
||||
|
||||
func checkXattrKey(key string) bool {
|
||||
return true
|
||||
return !signatureCacheKey(key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user