With avalanche, we'll have to keep in touch with more nodes.
Details
Details
- Reviewers
majcosta - Group Reviewers
Restricted Project - Commits
- rABC537d1a1e42c2: Bump DEFAULT_MAX_PEER_CONNECTIONS to 4096
ninja all check-all
Kept a node running for a while and check that resource consumption is not out of wack.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Reduce the max connection used by default in integration tests as to not exaust the available file descriptors when many nodes are running at once.
src/net.h | ||
---|---|---|
91 ↗ | (On Diff #26195) | 4096* |
Comment Actions
Fix warnings in bitcoin-qt and log due to an error in the the required descriptor count calcuation.
This error exists in Core too, but never triggers because the system pretty much always provide enough descriptor by default and the value doesn't need to be increased.