We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6438b72 commit 6a05c4cCopy full SHA for 6a05c4c
examples/server/utils.hpp
@@ -7,6 +7,8 @@
7
8
// increase max payload length to allow use of larger context size
9
#define CPPHTTPLIB_FORM_URL_ENCODED_PAYLOAD_MAX_LENGTH 1048576
10
+// disable Nagle's algorithm
11
+#define CPPHTTPLIB_TCP_NODELAY true
12
#include "httplib.h"
13
14
// Change JSON_ASSERT from assert() to GGML_ASSERT:
0 commit comments