This commit is contained in:
xx
2024-06-01 15:47:22 +08:00
parent 907349bb15
commit ae449ff5d3

View File

@@ -115,7 +115,7 @@ bool state_manager::run()
{
if (m_lib_detecter.changed())
m_flag++;
system::sleep_msec(3000);
system::sleep_msec(sConfig->scripts.auto_update_sec);
return true;
}