Răsfoiți Sursa

Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100

yhirose 1 an în urmă
părinte
comite
048edec9ed
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -19,7 +19,7 @@
 #endif
 
 #ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT
-#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 5
+#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 100
 #endif
 
 #ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND