aboutsummaryrefslogtreecommitdiff
path: root/src/client_global.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-04 10:34:12 +0100
committerAnton Khirnov <anton@khirnov.net>2020-03-19 13:48:47 +0100
commitadf870c1668b9d7de738b4915820459a152fc817 (patch)
tree4667df21eeedb6254144d0be5a97d24fbfc761c6 /src/client_global.c
parentaa9dbb827555938adfb79acade4356cc0b83ca7f (diff)
tmp
Diffstat (limited to 'src/client_global.c')
-rw-r--r--src/client_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client_global.c b/src/client_global.c
index adf3b2f9..c89f3208 100644
--- a/src/client_global.c
+++ b/src/client_global.c
@@ -26,7 +26,7 @@
#define CLIENT_TIMEOUT_DEFAULT (60)
#define CLIENT_MAX_CONNECTIONS_DEFAULT (10)
#define CLIENT_MAX_COMMAND_LIST_DEFAULT (2048*1024)
-#define CLIENT_MAX_OUTPUT_BUFFER_SIZE_DEFAULT (8192*1024)
+#define CLIENT_MAX_OUTPUT_BUFFER_SIZE_DEFAULT (8192*1024*8)
/* set this to zero to indicate we have no possible clients */
unsigned int client_max_connections;