mirror of https://github.com/voidlizard/hbs2
pause 10 -> 30 in encryptionHandshakeWorker
This commit is contained in:
parent
dd9cbcd284
commit
43652343ab
|
@ -68,7 +68,7 @@ encryptionHandshakeWorker pconf penv creds EncryptionHandshakeAdapter{..} = do
|
||||||
pl <- getPeerLocator @e
|
pl <- getPeerLocator @e
|
||||||
|
|
||||||
forever do
|
forever do
|
||||||
liftIO $ pause @'Seconds 10
|
liftIO $ pause @'Seconds 30
|
||||||
|
|
||||||
peers <- knownPeers @e pl
|
peers <- knownPeers @e pl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue