Explorar o código

V0.9.16
1、扩大了WebAPI的缓存大小,扩大成了8MB

Apple hai 3 semanas
pai
achega
0048848417
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Libraries/LHHTTPAPI/src/lhhttpapi.h

+ 1 - 1
Libraries/LHHTTPAPI/src/lhhttpapi.h

@@ -7,7 +7,7 @@
 
 #define LH_HTTPAPI_SUCC 0
 
-const int LHHTTPAPI_BUFFER_SIZE = 1024*1024;
+const int LHHTTPAPI_BUFFER_SIZE = 8024*1024;
 // 用New
 #define LHAPI_BUFFER_SIZE_NEW 2048000
 #define LHAPI_BUFFER_SIZE_ARY 4096