aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-11 13:17:39 +0200
committerStefan Boberg <[email protected]>2021-10-11 13:17:39 +0200
commit63d168012088be6dc578298fbc9b163fbf38e150 (patch)
tree8088c8c427c4aaa0f25071fd46f17702e758bf7d /zenhttp/httpsys.cpp
parentiobuffer: Changed MakeFromTemporaryFile so it accepts a path instead of a cha... (diff)
downloadzen-63d168012088be6dc578298fbc9b163fbf38e150.tar.xz
zen-63d168012088be6dc578298fbc9b163fbf38e150.zip
Added lofreq timer update to httpsys main loop
Diffstat (limited to 'zenhttp/httpsys.cpp')
-rw-r--r--zenhttp/httpsys.cpp2
1 files changed, 2 insertions, 0 deletions
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 <zencore/logging.h>
#include <zencore/scopeguard.h>
#include <zencore/string.h>
+#include <zencore/timer.h>
#include <zenhttp/httpshared.h>
#if ZEN_WITH_HTTPSYS
@@ -878,6 +879,7 @@ HttpSysServer::Run(bool IsInteractive)
}
m_ShutdownEvent.Wait(WaitTimeout);
+ UpdateLofreqTimerValue();
} while (!IsApplicationExitRequested());
}