fix: remove subscription queue limit (#2551)

This commit is contained in:
Simon-Pierre Vivier 2024-03-25 10:33:01 -04:00 committed by GitHub
parent 18a053591d
commit 94ff5eab68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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,