1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-10 05:52:20 +08:00

Flatten multipart file transfers

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
This commit is contained in:
Jeromy
2015-12-05 19:20:15 -08:00
parent b76dd79fa2
commit d892661f3e
11 changed files with 75 additions and 73 deletions

View File

@ -89,7 +89,7 @@ func (bs *Bitswap) provideWorker(px process.Process) {
defer cancel()
if err := bs.network.Provide(ctx, k); err != nil {
log.Error(err)
log.Warning(err)
}
}