We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e176fb commit 1566a58Copy full SHA for 1566a58
system/p2p/dht/protocol/p2pstore/query.go
@@ -577,7 +577,7 @@ func (p *Protocol) getChunkRecordFromBlockchain(req *types.ReqChunkRecords) (*ty
577
if err != nil {
578
return nil, err
579
}
580
- resp, err := p.QueueClient.Wait(msg)
+ resp, err := p.QueueClient.WaitTimeout(msg, time.Second)
581
582
583
0 commit comments