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:
Christof Schulze 2017-02-24 19:13:01 +01:00
parent fa6bb57f5d
commit 82e5c19f32

View File

@ -16,7 +16,3 @@ if [ $RAM -lt $((48*1024)) ]; then
else
uci set uhttpd.main.max_requests=32
fi
if [ -x /etc/init.d/rpcd ]; then
/etc/init.d/rpcd disable
fi