fixup! fixup! gluon-status-page-api: limit uhttp max_requests to 16 on devices with less than 48MB RAM (part 1/2 for fixing #1032)
This commit is contained in:
parent
fa6bb57f5d
commit
82e5c19f32
@ -16,7 +16,3 @@ if [ $RAM -lt $((48*1024)) ]; then
|
|||||||
else
|
else
|
||||||
uci set uhttpd.main.max_requests=32
|
uci set uhttpd.main.max_requests=32
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -x /etc/init.d/rpcd ]; then
|
|
||||||
/etc/init.d/rpcd disable
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user