We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent facefec commit 3697fd0Copy full SHA for 3697fd0
cardano-node/src/Cardano/Node/Run.hs
@@ -375,12 +375,7 @@ handleSimpleNode runP p2pMode tracers nc onKernel = do
375
Just (ActualSocket localSocket) -> Just (Left localSocket)
376
Just (SocketInfo localAddr) -> Just (Right localAddr)
377
Nothing -> Nothing
378
- , Diffusion.daAcceptedConnectionsLimit =
379
- AcceptedConnectionsLimit
380
- { acceptedConnectionsHardLimit = 512
381
- , acceptedConnectionsSoftLimit = 384
382
- , acceptedConnectionsDelay = 5
383
- }
+ , Diffusion.daAcceptedConnectionsLimit = ncAcceptedConnectionsLimit nc
384
, Diffusion.daMode = ncDiffusionMode nc
385
}
386
0 commit comments