소스 검색

Diminution buffer JSON Encodeur

Arthur Brandao 6 년 전
부모
커밋
629a35ac25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Serveur/json.h

+ 1 - 1
Serveur/json.h

@@ -12,7 +12,7 @@
 #include "constante.h"
 
 /* --- Constante --- */
-#define JSON_MAX_SIZE 16384
+#define JSON_MAX_SIZE 8192
 #define JSON_ERROR -1
 #define JSON_OK 0
 #define JSON_STRING 1