From 859c108b2a47741a52c0776befb4cb933b242ad1 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Wed, 6 Nov 2024 15:17:26 +0300 Subject: [PATCH] tune --- hbs2-peer/app/PeerMain.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-peer/app/PeerMain.hs b/hbs2-peer/app/PeerMain.hs index 7ba173b3..d091876d 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -1203,7 +1203,7 @@ runPeer opts = respawnOnError opts $ do peerThread "pexLoop" (pexLoop @e brains tcp) -- FIXME: new-download-loop - -- peerThread "blockDownloadLoop" (blockDownloadLoop denv) + peerThread "blockDownloadLoop" (blockDownloadLoop denv) peerThread "blockDownloadQ" (downloadQueue conf (SomeBrains brains) denv)