1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +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.enable_server='1'
commit system
set rpcd.@rpcd[0].timeout=90
set rpcd.@rpcd[0].timeout=120
commit rpcd
EOF
exit 0