chore: increase default buffer sizes and add sendfile support with edge-triggered epoll
This commit is contained in:
+2
-1
@@ -63,7 +63,8 @@
|
||||
#define NWEDAV_MAX_HEADERS 100
|
||||
#define NWEDAV_MAX_HEADER_SIZE 65536
|
||||
#define NWEDAV_MAX_URI_LENGTH 8192
|
||||
#define NWEDAV_DEFAULT_BUFFER_SIZE 8192
|
||||
#define NWEDAV_DEFAULT_BUFFER_SIZE 16384
|
||||
#define NWEDAV_WRITE_BUFFER_SIZE 65536
|
||||
#define NWEDAV_MAX_REQUEST_SIZE (100 * 1024 * 1024)
|
||||
#define NWEDAV_DEFAULT_TIMEOUT 300
|
||||
#define NWEDAV_DEFAULT_KEEPALIVE 60
|
||||
|
||||
Reference in New Issue
Block a user