From 596d8f1e16bb30fccb7de409a96f29698e67d8f4 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Sun, 23 Feb 2025 17:43:46 +0300 Subject: [PATCH] debug --- 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 f2411624..3015d37d 100644 --- a/hbs2-peer/app/PeerMain.hs +++ b/hbs2-peer/app/PeerMain.hs @@ -830,7 +830,7 @@ runPeer opts = respawnOnError opts $ do simpleStorageSetProbe s stoProbe addProbe stoProbe - stn <- getNumCapabilities <&> max 2 . div 4 + stn <- getNumCapabilities -- <&> max 2 . div 2 w <- replicateM stn $ async $ liftIO $ simpleStorageWorker s