mirror of
https://github.com/openappsec/openappsec.git
synced 2025-11-16 01:12:18 +03:00
central nginx manager
This commit is contained in:
@@ -59,7 +59,14 @@ CefStream::sendLog(const Report &log)
|
||||
void
|
||||
CefStream::init() {
|
||||
updateSettings();
|
||||
maintainConnection();
|
||||
mainloop->addOneTimeRoutine(
|
||||
I_MainLoop::RoutineType::Offline,
|
||||
[this] ()
|
||||
{
|
||||
dbgTrace(D_REPORT) << FIRST_CEF_CONNECT_NAME;
|
||||
},
|
||||
FIRST_CEF_CONNECT_NAME
|
||||
);
|
||||
|
||||
auto ceflog_retry_interval = getProfileAgentSettingWithDefault<uint>(
|
||||
RETRY_CONNECT_INTERVAL,
|
||||
|
||||
Reference in New Issue
Block a user