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/nginx-lua | |
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/nginx-lua')
-rwxr-xr-x | src/daq/nginx-lua/s5-nginx-lua-fetch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daq/nginx-lua/s5-nginx-lua-fetch b/src/daq/nginx-lua/s5-nginx-lua-fetch index 4691a1f..ff5d72c 100755 --- a/src/daq/nginx-lua/s5-nginx-lua-fetch +++ b/src/daq/nginx-lua/s5-nginx-lua-fetch @@ -45,7 +45,7 @@ import datetime import time import dateutil.parser -_MAX_PACKET_SIZE = 65536 # in bytes +_MAX_PACKET_SIZE = 262144 # in bytes __version__ = "$Rev$" |