This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
-
We recently had a log message that more than 32768 miners are connected. It seems that this limit is hardcoded Is there any reason, except limit the ressources, for this hardcoded connection limit? If not, is it possible to make this value configurable? Asking because our servers can easily handle those 32k connections. |
Beta Was this translation helpful? Give feedback.
Answered by
oliverw
Sep 26, 2022
Replies: 1 comment 2 replies
-
MC has no artificial connection limit. The line of code you referred to defines the maximum length of a JSON-RPC request received by a miner. You most like likely hit an OS limit. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ei8ht187
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MC has no artificial connection limit. The line of code you referred to defines the maximum length of a JSON-RPC request received by a miner.
You most like likely hit an OS limit.