1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2020-01-03 20:56:47 +01:00
parent 243b7bf087
commit 7e6b171d01

View file

@ -2,7 +2,7 @@
uci -q batch <<-EOF >/dev/null
set system.@system[-1].ttylogin=1
commit system
rpcd.@rpcd[0].timeout=60
set rpcd.@rpcd[0].timeout=90
commit rpcd
EOF
exit 0