tick config after reload request
This commit is contained in:
parent
e9f226797e
commit
d8dbe26f31
1 changed files with 2 additions and 0 deletions
|
|
@ -530,6 +530,8 @@ std::string reloadRequest(std::string request) {
|
||||||
g_pConfigManager->m_bNoMonitorReload = true;
|
g_pConfigManager->m_bNoMonitorReload = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
g_pConfigManager->tick();
|
||||||
|
|
||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue