summaryrefslogtreecommitdiff
path: root/httpresource.h
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-11-26 22:11:45 +0100
committerthlo <smarttv640@gmail.com>2013-11-26 22:11:45 +0100
commit802f35d8a1a7f06dd76068d30f429da6dad9f227 (patch)
treec6cee6003b66ce7097ffeaa139edb18340e7f5ed /httpresource.h
parent3ac54dc3c1f6dd6d8b9adc4024e5003bd4532cae (diff)
downloadvdr-plugin-smarttvweb-802f35d8a1a7f06dd76068d30f429da6dad9f227.tar.gz
vdr-plugin-smarttvweb-802f35d8a1a7f06dd76068d30f429da6dad9f227.tar.bz2
first version of the built-in live solution
Diffstat (limited to 'httpresource.h')
-rwxr-xr-xhttpresource.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/httpresource.h b/httpresource.h
index e170b4f..daa75a6 100755
--- a/httpresource.h
+++ b/httpresource.h
@@ -31,7 +31,10 @@
#include "log.h"
#include "httpresource_base.h"
-#define MAXLEN 32768
+//#define MAXLEN 65536
+//#define MAXLEN 524288
+//#define MAXLEN 1048576
+#define MAXLEN 3760000
using namespace std;