summaryrefslogtreecommitdiff
path: root/nuttx/configs/eagle100/thttpd
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 19:36:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-15 19:36:06 +0000
commit0ddbcb2ada560e33f79f302c6287305acdc34e62 (patch)
tree64e71c594c6bbba49f0cb96b3226436d5ee78569 /nuttx/configs/eagle100/thttpd
parentcc7a78241f8535fd006a51951ab99b378bf37924 (diff)
downloadpx4-nuttx-0ddbcb2ada560e33f79f302c6287305acdc34e62.tar.gz
px4-nuttx-0ddbcb2ada560e33f79f302c6287305acdc34e62.tar.bz2
px4-nuttx-0ddbcb2ada560e33f79f302c6287305acdc34e62.zip
THTTPD progress
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2020 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/eagle100/thttpd')
-rw-r--r--nuttx/configs/eagle100/thttpd/defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/eagle100/thttpd/defconfig b/nuttx/configs/eagle100/thttpd/defconfig
index d6d3ec61d..fc78a9dac 100644
--- a/nuttx/configs/eagle100/thttpd/defconfig
+++ b/nuttx/configs/eagle100/thttpd/defconfig
@@ -543,7 +543,7 @@ CONFIG_THTTPD_CGI_STACKSIZE=1024
CONFIG_THTTPD_CGI_BYTECOUNT=20000
CONFIG_THTTPD_CGI_TIMELIMIT=0
CONFIG_THTTPD_CHARSET="iso-8859-1"
-CONFIG_THTTPD_IOBUFFERSIZE=256
+CONFIG_THTTPD_IOBUFFERSIZE=1024
#CONFIG_THTTPD_INDEX_NAMES
CONFIG_AUTH_FILE=n
CONFIG_THTTPD_LISTEN_BACKLOG=8