diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-10-17 00:03:38 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-10-17 00:03:38 +0200 |
commit | 481c822009bcb8f48c5f7e90a1fb98be9f838830 (patch) | |
tree | 594c9375bf3b55a530af31c9f8f4ab495a792557 /src/daq/flumotion-rrd | |
parent | daq: 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')
-rwxr-xr-x | src/daq/flumotion-rrd/s5-flumotion-rrd | 2 |
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$" |