Skip to content

Commit

Permalink
Increased the message size limit in RemoteClient from 8mb to 64mb.
Browse files Browse the repository at this point in the history
  • Loading branch information
RosaryMala committed Jun 20, 2016
1 parent 980be6e commit 36aafd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/include/RemoteClient.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 36aafd5

Please sign in to comment.