Skip to content
Snippets Groups Projects
Commit 014f5751 authored by Nils Schneider's avatar Nils Schneider
Browse files

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.
parent 8be372a5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment