Skip to content

Commit

Permalink
Merge b8ff05f into 18a0535
Browse files Browse the repository at this point in the history
  • Loading branch information
SionoiS committed Mar 25, 2024
2 parents 18a0535 + b8ff05f commit d2e2797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/node/waku_node.nim
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ proc new*(

info "Initializing networking", addrs = $netConfig.announcedAddresses

let queue = newAsyncEventQueue[SubscriptionEvent](30)
let queue = newAsyncEventQueue[SubscriptionEvent](0)

let node = WakuNode(
peerManager: peerManager,
Expand Down

0 comments on commit d2e2797

Please sign in to comment.