From 63d168012088be6dc578298fbc9b163fbf38e150 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 11 Oct 2021 13:17:39 +0200 Subject: Added lofreq timer update to httpsys main loop --- zenhttp/httpsys.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'zenhttp/httpsys.cpp') diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index f88563097..f550f1f4c 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -9,6 +9,7 @@ #include #include #include +#include #include #if ZEN_WITH_HTTPSYS @@ -878,6 +879,7 @@ HttpSysServer::Run(bool IsInteractive) } m_ShutdownEvent.Wait(WaitTimeout); + UpdateLofreqTimerValue(); } while (!IsApplicationExitRequested()); } -- cgit v1.2.3