File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1347,7 +1347,7 @@ CString str = strText;
1347
1347
1348
1348
void CMUSHclientDoc::ReceiveMsg ()
1349
1349
{
1350
- char buff [1000 ]; // must be less than COMPRESS_BUFFER_LENGTH or it won't fit
1350
+ char buff [9000 ]; // must be less than COMPRESS_BUFFER_LENGTH or it won't fit
1351
1351
int count = m_pSocket->Receive (buff, sizeof (buff) - 1 );
1352
1352
1353
1353
Frame.CheckTimerFallback (); // see if time is up for timers to fire
Original file line number Diff line number Diff line change 16
16
#include " plugins.h"
17
17
#include " version.h"
18
18
19
- #define COMPRESS_BUFFER_LENGTH 1024 // size of decompression buffer
19
+ #define COMPRESS_BUFFER_LENGTH 10000 // size of decompression buffer
20
20
extern CString MUSHCLIENT_VERSION;
21
21
22
22
// ============================================================================
You can’t perform that action at this time.
0 commit comments