From 481c822009bcb8f48c5f7e90a1fb98be9f838830 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 17 Oct 2015 00:03:38 +0200 Subject: daq: increased max message size to create bigger send buffer --- src/daq/flumotion-rrd/s5-flumotion-rrd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daq/flumotion-rrd') diff --git a/src/daq/flumotion-rrd/s5-flumotion-rrd b/src/daq/flumotion-rrd/s5-flumotion-rrd index 949456d..8aba7c7 100755 --- a/src/daq/flumotion-rrd/s5-flumotion-rrd +++ b/src/daq/flumotion-rrd/s5-flumotion-rrd @@ -40,7 +40,7 @@ import simplejson as json import datetime import rrdtool -_MAX_PACKET_SIZE = 8192 # in bytes +_MAX_PACKET_SIZE = 262144 # in bytes __version__ = "$Rev$" -- cgit v1.2.3