diff --git a/src/core/statemanager.cpp b/src/core/statemanager.cpp index 91b7b5f..66b9d01 100644 --- a/src/core/statemanager.cpp +++ b/src/core/statemanager.cpp @@ -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; }