mirror of
https://github.com/waku-org/nwaku.git
synced 2025-02-04 19:14:47 +00:00
reduce max num filter peers from 1000 to 100
This commit is contained in:
parent
3af3b2bb90
commit
9fc4b32d81
@ -18,7 +18,7 @@ logScope:
|
||||
topics = "waku filter subscriptions"
|
||||
|
||||
const
|
||||
MaxFilterPeers* = 1000
|
||||
MaxFilterPeers* = 100
|
||||
MaxFilterCriteriaPerPeer* = 1000
|
||||
DefaultSubscriptionTimeToLiveSec* = 5.minutes
|
||||
MessageCacheTTL* = 2.minutes
|
||||
|
Loading…
x
Reference in New Issue
Block a user