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