projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c2225
)
increased buffer size
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
edd4f74
..
bbc828e
100644
(file)
--- a/
src/amqp.c
+++ b/
src/amqp.c
@@
-741,7
+741,7
@@
static int camqp_write (const data_set_t *ds, const value_list_t *vl, /* {{{ */
{
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))