mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 15:06:47 +08:00
don't cache entire mfs tree on add finalize
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
This commit is contained in:
@ -231,6 +231,8 @@ func (adder *Adder) outputDirs(path string, fsn mfs.FSNode) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
fsn.Uncache(name)
|
||||
}
|
||||
nd, err := fsn.GetNode()
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user