diff options
author | David Strauss <david@davidstrauss.net> | 2013-10-15 17:29:51 -0700 |
---|---|---|
committer | David Strauss <david@davidstrauss.net> | 2013-10-15 17:29:51 -0700 |
commit | 075376d59646593d6d5d0b900a0e8d5218ca5e52 (patch) | |
tree | 13d456ffb83bf584818ea019575b0bf2f9afb48b /src | |
parent | d1b38fac57d82f0249b9e581eb0d18175f6aa74a (diff) |
Bump up the saproxy buffer to 16kB.
Diffstat (limited to 'src')
-rw-r--r-- | src/saproxy/saproxy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saproxy/saproxy.c b/src/saproxy/saproxy.c index ca75b400bf..91599a8550 100644 --- a/src/saproxy/saproxy.c +++ b/src/saproxy/saproxy.c @@ -37,7 +37,7 @@ #include "socket-util.h" #include "util.h" -#define BUFFER_SIZE 4096 +#define BUFFER_SIZE 16384 #define _cleanup_freeaddrinfo_ _cleanup_(freeaddrinfop) unsigned int total_clients = 0; |