reduce max num filter peers from 1000 to 100

This commit is contained in:
Ivan Folgueira Bande 2024-12-10 02:58:09 +01:00
parent 3af3b2bb90
commit 9fc4b32d81
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -18,7 +18,7 @@ logScope:
topics = "waku filter subscriptions"
const
MaxFilterPeers* = 1000
MaxFilterPeers* = 100
MaxFilterCriteriaPerPeer* = 1000
DefaultSubscriptionTimeToLiveSec* = 5.minutes
MessageCacheTTL* = 2.minutes