stabilise periodically

contributes to #44
This commit is contained in:
Trolli Schmittlauch 2020-06-20 21:20:32 +02:00
parent 3482876d9b
commit 0494ddd696
4 changed files with 12 additions and 5 deletions

View file

@ -55,4 +55,5 @@ readConfig = do
, confIP = toHostAddress6 . read $ ipString
, confDhtPort = read portString
, confBootstrapNodes = [(bootstrapHost, read bootstrapPortString)]
--, confStabiliseInterval = 60
}