Skip to content

Commit 7ef8a6d

Browse files
committed
Increase read buffer to 4096 to avoid dropping of packets on Windows
1 parent 23d839a commit 7ef8a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qt/reader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <QTextCursor>
1111

1212
#define READ_TIMEOUT 5000
13-
#define BUF_SIZE 1024
13+
#define BUF_SIZE 4096
1414

1515
Q_DECLARE_METATYPE(QtMsgType)
1616

0 commit comments

Comments
 (0)