RPC: increase max message size (#2543)

* RPC: increase max message size
* RPC: do not use magic numbers
This commit is contained in:
Sergey Gavrilov
2023-03-31 00:15:15 -07:00
committed by GitHub
parent 0161d49d80
commit ae3a3d6336
2 changed files with 1 additions and 2 deletions

View File

@@ -10,7 +10,6 @@ extern "C" {
#endif
#define RPC_BUFFER_SIZE (1024)
#define RPC_MAX_MESSAGE_SIZE (1536)
#define RECORD_RPC "rpc"