Increased the message size limit in RemoteClient from 8mb to 64mb.

develop
Japa 2016-06-20 13:17:30 +05:30
parent 980be6e2af
commit 36aafd550b
1 changed files with 1 additions and 1 deletions

@ -66,7 +66,7 @@ namespace DFHack
};
struct RPCMessageHeader {
static const int MAX_MESSAGE_SIZE = 8*1048576;
static const int MAX_MESSAGE_SIZE = 64*1048576;
int16_t id;
int32_t size;