gluon-status-page-api: increase uhttp.max_requests to 32

Now that the status page api has been rewritten in C CPU load and memory
usage is much lower. Also, nodes with both ibss and 11s mesh and dual
band wifi may require up to 9 connections for a single client, thus the
previous limit of 12 seemed a little low.
This commit is contained in:
Nils Schneider 2015-09-02 16:25:32 +02:00
parent 8be372a590
commit 014f5751c8
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ uci batch <<-EOF
set uhttpd.main.home=/lib/gluon/status-page/www
set uhttpd.main.max_requests=12
set uhttpd.main.max_requests=32
commit uhttpd
EOF