02-17-2023, 11:22 AM
Menu, Configure, System
Address timeout. Set this to 120 (seconds) and if this is not long enough then increase it to >120 using the command below.
Address timeout. Set this to 120 (seconds) and if this is not long enough then increase it to >120 using the command below.
Code:
# Update to > 120
moodeutl -q "update cfg_system set value='180' where param='ipaddr_timeout'"
# Reset to default of 90
moodeutl -q "update cfg_system set value='90' where param='ipaddr_timeout'"
# Print current value
moodeutl -q "select value from cfg_system where param='ipaddr_timeout'"