X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Famqp.c;h=56718f072151d958e280c4dcec0b53a9b05238f3;hp=a1fb794c5b30e4129746d39d78e993dc45ab3bef;hb=633c3966f770e4d46651a2fe219a18d8a9907a9f;hpb=0d0886aa52d982cec71aedd688b2a941b3d2dc47 diff --git a/src/amqp.c b/src/amqp.c index a1fb794c..56718f07 100644 --- a/src/amqp.c +++ b/src/amqp.c @@ -23,7 +23,7 @@ * * Authors: * Sebastien Pahl - * Florian Forster + * Florian Forster **/ #include "collectd.h" @@ -743,7 +743,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))