Skip to content
Snippets Groups Projects
Commit cf3f6b4d authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #2669: Increased StreamMultiplexer stack space because it ran out!

parent 1227b6c7
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ StreamMultiplexer::StreamMultiplexer(Stream &stream) ...@@ -67,7 +67,7 @@ StreamMultiplexer::StreamMultiplexer(Stream &stream)
void StreamMultiplexer::start() void StreamMultiplexer::start()
{ {
itsReceiveThread = new Thread(this, &StreamMultiplexer::receiveThread, "[StreamMultiplexer] ", 16384); itsReceiveThread = new Thread(this, &StreamMultiplexer::receiveThread, "[StreamMultiplexer] ", 65536);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment