diff --git a/src/registry.cpp b/src/registry.cpp index a35b5e33..618efb1c 100644 --- a/src/registry.cpp +++ b/src/registry.cpp @@ -47,6 +47,7 @@ void Registry::load() for (auto &&entry : this->modules) { std::lock_guard wait_lck(this->wait_mtx); entry->module->start(); + std::this_thread::sleep_for(10ms); } }