Change default minimum PoW to same value as geth

This commit is contained in:
kdeme 2019-03-24 21:12:26 +01:00 committed by zah
parent c599f7649d
commit 6e7822e210
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ const
defaultFilterQueueCapacity = 64
whisperVersion* = 6
whisperVersionStr* = "6.0"
defaultMinPow* = 0.001'f64
defaultMinPow* = 0.2'f64
defaultMaxMsgSize* = 1024'u32 * 1024'u32 # * 10 # should be no higher than max RLPx size
messageInterval* = 300 ## Interval at which messages are send to peers, in ms
pruneInterval* = 1000 ## Interval at which message queue is pruned, in ms