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:
parent
8be372a590
commit
014f5751c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user