Start the admin thread even if it is disabled.
The admin thread does memory cleanup as well which is required. This also reduces logging churn. Change-Id: I1c6cfaf6085b685f230dc24ae1716b0256d892f8
This commit is contained in:
parent
a121475839
commit
bb49e17e8f
1 changed files with 1 additions and 2 deletions
|
@ -615,8 +615,7 @@ void Admin::dumpState(std::ostream& os)
|
|||
|
||||
void Admin::start()
|
||||
{
|
||||
if (LOOLWSD::AdminEnabled)
|
||||
startThread();
|
||||
startThread();
|
||||
}
|
||||
|
||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||
|
|
Loading…
Reference in a new issue