mirror of https://github.com/status-im/nim-eth.git
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.
|
## send to peers, in ms.
|
||||||
pruneInterval* = chronos.milliseconds(1000) ## Interval at which message
|
pruneInterval* = chronos.milliseconds(1000) ## Interval at which message
|
||||||
## queue is pruned, in ms.
|
## queue is pruned, in ms.
|
||||||
topicInterestMax = 1000
|
topicInterestMax = 10000
|
||||||
|
|
||||||
type
|
type
|
||||||
WakuConfig* = object
|
WakuConfig* = object
|
||||||
|
|
Loading…
Reference in New Issue