You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The addFile functions is pretty much the entry point for anyone looking to understand what is going on when calling ipfs add so it would be useful to keep it as clean as possible, I think the flush logic added in #3888 could be encapsulated in a separate function.
The
addFile
functions is pretty much the entry point for anyone looking to understand what is going on when callingipfs add
so it would be useful to keep it as clean as possible, I think the flush logic added in #3888 could be encapsulated in a separate function.https://github.com/ipfs/go-ipfs/blob/7853e53860805e08a212d78c4baa5d59bff99ba8/core/coreunix/add.go#L421-L439
(Also we could make
liveCacheSize
aconst
and document its use and the value chosen.)The text was updated successfully, but these errors were encountered: