mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
lejp string chunk 255
Signed-off-by: Andy Green <andy@warmcat.com>
This commit is contained in:
parent
cbd11f749e
commit
7ad94de897
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ typedef char (*lejp_callback)(struct lejp_ctx *ctx, char reason);
|
|||
#endif
|
||||
#ifndef LEJP_STRING_CHUNK
|
||||
/* must be >= 30 to assemble floats */
|
||||
#define LEJP_STRING_CHUNK 128
|
||||
#define LEJP_STRING_CHUNK 255
|
||||
#endif
|
||||
|
||||
enum num_flags {
|
||||
|
|
Loading…
Add table
Reference in a new issue