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:
Andrea Maria Piana 2020-02-25 15:36:00 +01:00
parent 22bf279b07
commit 3a4f97cb13
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 1 additions and 1 deletions

View File

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