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)
|
pure (not kicked && postpone)
|
||||||
where
|
where
|
||||||
simK = 10
|
simK = 2
|
||||||
|
|
||||||
-- FIXME: investigate-simK-affects-anything
|
-- FIXME: investigate-simK-affects-anything
|
||||||
-- проверить
|
-- проверить
|
||||||
|
@ -191,7 +191,7 @@ instance ( Hashable (Peer e)
|
||||||
where
|
where
|
||||||
-- TODO: simK-to-settings
|
-- TODO: simK-to-settings
|
||||||
-- в настройки, если на что-либо влияет
|
-- в настройки, если на что-либо влияет
|
||||||
simK = 10
|
simK = 2
|
||||||
|
|
||||||
advisePeersForBlock b h = do
|
advisePeersForBlock b h = do
|
||||||
r <- liftIO $ findPeers b h
|
r <- liftIO $ findPeers b h
|
||||||
|
|
Loading…
Reference in New Issue