Default values of TTL and MinPow

This commit is contained in:
Richard Ramos 2018-09-14 09:31:35 -04:00
parent 3a31811891
commit 4faa540ec2
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ module.exports = {
},
"whisper": {
"symKey": "0xd0d905c1c62b810b787141430417caf2b3f54cffadb395b7bb39fdeb8f17266b",
"ttl": 10,
"minPow": 0.002,
"powTime": 1
"ttl": 1000,
"minPow": 0.2,
"powTime": 1000
}
},