Skip to content

Commit 8b523f2

Browse files
committed
Merge bitcoin/bitcoin#23094: doc: Remove outdated comments
ee7891a doc: Remove outdated comments (Hennadii Stepanov) Pull request description: The first removed comment was introduced in #5288, the second one in #13503. Both are outdated since #14336. ACKs for top commit: duncandean: crACK ee7891a Tree-SHA512: a2d6071919e81c916bfc2178109bbc464417321bcc567ed0644448c5faea8e58cb08a7657afa1b6ffe1fb63e114a2a47b31c893e471839ba9d49a3986e68b2a7
2 parents 632be55 + ee7891a commit 8b523f2

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)