Skip to content

Commit ee7891a

Browse files
committed
doc: Remove outdated comments
They are outdated since bitcoin#14336.
1 parent 16ccb3a commit ee7891a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/init.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -871,8 +871,6 @@ bool AppInitParameterInteraction(const ArgsManager& args)
871871
nUserMaxConnections = args.GetArg("-maxconnections", DEFAULT_MAX_PEER_CONNECTIONS);
872872
nMaxConnections = std::max(nUserMaxConnections, 0);
873873

874-
// Trim requested connection counts, to fit into system limitations
875-
// <int> in std::min<int>(...) to work around FreeBSD compilation issue described in #2695
876874
nFD = RaiseFileDescriptorLimit(nMaxConnections + MIN_CORE_FILEDESCRIPTORS + MAX_ADDNODE_CONNECTIONS + nBind + NUM_FDS_MESSAGE_CAPTURE);
877875

878876
#ifdef USE_POLL

0 commit comments

Comments
 (0)