mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-16 19:32:07 +00:00
LaunchAPPLServer: increase input buffer size
This commit is contained in:
parent
9d304134f2
commit
d47958bcb9
@ -5,7 +5,7 @@
|
||||
|
||||
class MacSerialStream : public Stream
|
||||
{
|
||||
static const long kInputBufferSize = 4096;
|
||||
static const long kInputBufferSize = 8192;
|
||||
static const long kReadBufferSize = 4096;
|
||||
char inputBuffer[kInputBufferSize];
|
||||
char readBuffer[kReadBufferSize];
|
||||
|
Loading…
x
Reference in New Issue
Block a user