mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-23 21:09:47 +00:00
Increase max-topic-interest to 10K
This commit increases max-topic-interest to 10K according to the waku
0.4 specs a6a9d6bcb1
This commit is contained in:
parent
22bf279b07
commit
3a4f97cb13
@ -69,7 +69,7 @@ const
|
||||
## send to peers, in ms.
|
||||
pruneInterval* = chronos.milliseconds(1000) ## Interval at which message
|
||||
## queue is pruned, in ms.
|
||||
topicInterestMax = 1000
|
||||
topicInterestMax = 10000
|
||||
|
||||
type
|
||||
WakuConfig* = object
|
||||
|
Loading…
x
Reference in New Issue
Block a user