mirror of https://github.com/voidlizard/hbs2
try less agressive download
This commit is contained in:
parent
dd49ff793c
commit
eb6d755297
|
@ -178,7 +178,7 @@ instance ( Hashable (Peer e)
|
|||
|
||||
pure (not kicked && postpone)
|
||||
where
|
||||
simK = 10
|
||||
simK = 2
|
||||
|
||||
-- FIXME: investigate-simK-affects-anything
|
||||
-- проверить
|
||||
|
@ -191,7 +191,7 @@ instance ( Hashable (Peer e)
|
|||
where
|
||||
-- TODO: simK-to-settings
|
||||
-- в настройки, если на что-либо влияет
|
||||
simK = 10
|
||||
simK = 2
|
||||
|
||||
advisePeersForBlock b h = do
|
||||
r <- liftIO $ findPeers b h
|
||||
|
|
Loading…
Reference in New Issue