mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 05:17:59 +03:00
feat: BUFFER_SIZE increase
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#define RESET "\033[0m"
|
#define RESET "\033[0m"
|
||||||
|
|
||||||
#define HOME "www"
|
#define HOME "www"
|
||||||
#define BUFFSIZE 1024
|
#define BUFFSIZE 65536
|
||||||
#define MAX_CLIENT 1000
|
#define MAX_CLIENT 1000
|
||||||
#define WHITESPACE " \n\r\t\f\v"
|
#define WHITESPACE " \n\r\t\f\v"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user