07-08-2023, 08:28 PM
Try the commands below then reboot.
Code:
# Print the maintenance interval (seconds)
moodeutl -q "select * from cfg_system where param='maint_interval'"
# Update the maintenance interval
moodeutl -q "update cfg_system set value='NEW_VALUE_IN SECONDS' where param='maint_interval'"