mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-12 18:41:51 +00:00
Add luci timeout
This commit is contained in:
parent
cfe69de719
commit
538cec8103
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ uci -q batch <<-EOF >/dev/null
|
|||
commit system
|
||||
set rpcd.@rpcd[0].timeout=120
|
||||
commit rpcd
|
||||
luci.apply.timeout='20'
|
||||
commit luci
|
||||
EOF
|
||||
|
||||
[ -n "$(ubus call system board | jsonfilter -e '@.board_name' | grep raspberry)" ] && [ "$(uci -q get openmptcprouter.settings.scaling_governor)" != "performance" ] && {
|
||||
|
|
Loading…
Reference in a new issue