1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Increase rpcd timeout

This commit is contained in:
Ycarus (Yannick Chabanois) 2020-05-11 10:34:39 +02:00
parent 4a2afd6f87
commit 9a42cb18cd

View file

@ -4,7 +4,7 @@ uci -q batch <<-EOF >/dev/null
set system.ntp.use_dhcp='0' set system.ntp.use_dhcp='0'
set system.ntp.enable_server='1' set system.ntp.enable_server='1'
commit system commit system
set rpcd.@rpcd[0].timeout=90 set rpcd.@rpcd[0].timeout=120
commit rpcd commit rpcd
EOF EOF
exit 0 exit 0