Merge branch 'collectd-4.10' into collectd-5.0
[collectd.git] / src / memcached.c
index ee3dbe1..48fa713 100644 (file)
@@ -357,7 +357,7 @@ static void submit_gauge2 (const char *type, const char *type_inst,
 
 static int memcached_read (void) /* {{{ */
 {
-       char buf[1024];
+       char buf[4096];
        char *fields[3];
        char *ptr;
        char *line;