Skip to content

Commit b82deda

Browse files
committed
refactor: Increase the buffer size
1 parent 1529c21 commit b82deda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define HTTPC_PROPERTIES
33

44
#define DEFAULT_PORT 8000
5-
#define BUFFER_SIZE 1024
5+
#define BUFFER_SIZE 1024 * 4
66
#define TIMEOUT_SECONDS 5
77
#define MAX_FORKS_NUMBER 1024 * 4
88

0 commit comments

Comments
 (0)