aboutsummaryrefslogtreecommitdiff
path: root/plugins/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/common.h b/plugins/common.h
index 6190a02c..dd9a0563 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -189,7 +189,7 @@ enum {
enum {
DEFAULT_SOCKET_TIMEOUT = 10, /* timeout after 10 seconds */
- MAX_INPUT_BUFFER = 1024, /* max size of most buffers we use */
+ MAX_INPUT_BUFFER = 8192, /* max size of most buffers we use */
MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */
};