summaryrefslogtreecommitdiff
path: root/src/daq/flumotion-rrd/s5-flumotion-rrd
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-10-17 00:03:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-10-17 00:03:38 +0200
commit481c822009bcb8f48c5f7e90a1fb98be9f838830 (patch)
tree594c9375bf3b55a530af31c9f8f4ab495a792557 /src/daq/flumotion-rrd/s5-flumotion-rrd
parentdaq: flumotion plug now also retries after EAGAIN (diff)
daq: increased max message size to create bigger send buffer
Diffstat (limited to 'src/daq/flumotion-rrd/s5-flumotion-rrd')
-rwxr-xr-xsrc/daq/flumotion-rrd/s5-flumotion-rrd2
1 files changed, 1 insertions, 1 deletions
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$"