try less agressive download

This commit is contained in:
Dmitry Zuikov 2023-10-21 15:55:05 +03:00
parent dd49ff793c
commit eb6d755297
1 changed files with 2 additions and 2 deletions

View File

@ -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