Skip to content

Commit

Permalink
fix(share/shwap/p2p/bitswap): set archivalPool ctx (#4052)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay authored Jan 20, 2025
1 parent cec0abe commit bb68a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/shwap/p2p/bitswap/getter.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (g *Getter) Start() {
g.cancel = cancel

g.availablePool.ctx = ctx
g.availablePool.ctx = ctx
g.archivalPool.ctx = ctx
}

// Stop shuts down Getter's internal fetching getSession.
Expand Down

0 comments on commit bb68a13

Please sign in to comment.