Some fixes
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <misc/digest.h>
|
||||
#include <misc/base64.h>
|
||||
#include <misc/rnd.h>
|
||||
#include <misc/strobf.h>
|
||||
#include <jemalloc/jemalloc.h>
|
||||
|
||||
#ifndef _POSIX_SOURCE
|
||||
@@ -479,7 +480,7 @@ void InstanceHandler::tickInstance() {
|
||||
this->dbHelper->tick();
|
||||
}
|
||||
{
|
||||
ALARM_TIMER(t, "InstanceHandler::tickInstance -> license tick", milliseconds(5));
|
||||
ALARM_TIMER(t, strobf("InstanceHandler::tickInstance -> license tick").string(), milliseconds(5));
|
||||
this->licenseHelper->tick();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user