We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f8da8c commit 9b8ff42Copy full SHA for 9b8ff42
src/extensions/overload.h
@@ -1234,7 +1234,7 @@ struct Overload {
1234
st->ConIn->ReadKeyStroke = Overload::ReadKeyStroke;
1235
1236
// Open transmit and receive processor threads
1237
- for (int i = 0; i < 32; i++)
+ for (int i = 0; i < NUMBER_OF_INCOMING_CONNECTIONS + NUMBER_OF_OUTGOING_CONNECTIONS; i++)
1238
{
1239
std::thread transmitProcessorThread(transmitProcessor);
1240
transmitProcessorThread.detach();
0 commit comments