mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-02-13 02:51:50 +00:00
Increase and fix rpcd timeout
This commit is contained in:
parent
243b7bf087
commit
7e6b171d01
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
uci -q batch <<-EOF >/dev/null
|
uci -q batch <<-EOF >/dev/null
|
||||||
set system.@system[-1].ttylogin=1
|
set system.@system[-1].ttylogin=1
|
||||||
commit system
|
commit system
|
||||||
rpcd.@rpcd[0].timeout=60
|
set rpcd.@rpcd[0].timeout=90
|
||||||
commit rpcd
|
commit rpcd
|
||||||
EOF
|
EOF
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in a new issue