Sfoglia il codice sorgente

Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100

yhirose 1 anno fa
parent
commit
048edec9ed
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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