Skip to content

Commit 048edec

Browse files
committed
Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100
1 parent af56b7e commit 048edec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httplib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#endif
2020

2121
#ifndef CPPHTTPLIB_KEEPALIVE_MAX_COUNT
22-
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 5
22+
#define CPPHTTPLIB_KEEPALIVE_MAX_COUNT 100
2323
#endif
2424

2525
#ifndef CPPHTTPLIB_CONNECTION_TIMEOUT_SECOND

0 commit comments

Comments
 (0)