Periodically contact bootstrap nodes for convergence sampling or joining

closes #56
This commit is contained in:
Trolli Schmittlauch 2020-07-08 01:18:44 +02:00
parent 56ca2b53cc
commit 61ea6ed3ff
3 changed files with 91 additions and 40 deletions

View file

@ -50,4 +50,5 @@ readConfig = do
, confDhtPort = read portString
, confBootstrapNodes = [(bootstrapHost, read bootstrapPortString)]
--, confStabiliseInterval = 60
, confBootstrapSamplingInterval = 180
}