added forgotten limit;

This commit is contained in:
Alexander Vdolainen 2015-07-23 15:40:28 +03:00
parent da1fbf80ad
commit 500550c6af

View File

@ -16,4 +16,6 @@
#define MAX_RPC_LIST 512
#define MAX_RBBUF_LEN (65536 - sizeof(sntllv2_head_t))
#endif /* __SNTL_LIMITS_H__ */