summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 36c2225)
raw | patch | inline | side by side (parent: 36c2225)
author | Christian Eichelmann <christian.eichelmann@1und1.de> | |
Thu, 22 May 2014 10:41:36 +0000 (12:41 +0200) | ||
committer | Christian Eichelmann <christian.eichelmann@1und1.de> | |
Thu, 22 May 2014 10:41:36 +0000 (12:41 +0200) |
src/amqp.c | patch | blob | history |
diff --git a/src/amqp.c b/src/amqp.c
index edd4f749396bbb14c501792b62db70d188ade0de..bbc828ef95a44587199ecbe2c0257a82983b4a92 100644 (file)
--- a/src/amqp.c
+++ b/src/amqp.c
{
camqp_config_t *conf = user_data->data;
char routing_key[6 * DATA_MAX_NAME_LEN];
- char buffer[4096];
+ char buffer[8192];
int status;
if ((ds == NULL) || (vl == NULL) || (conf == NULL))