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/nginx-lua/s5-nginx-lua-fetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daq/nginx-lua') 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$" -- cgit v1.2.3