aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpsys.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-10 15:34:40 +0200
committerStefan Boberg <[email protected]>2025-10-10 15:34:40 +0200
commitfc04bb9c9f5c7ea83b36eace264120f907833e2b (patch)
tree9ca5f75ebe89aa914c5163c353273398c1bbd1f4 /src/zenhttp/servers/httpsys.cpp
parentMerge branch 'sb/zen-master' of ssh://arn-wd-l1704:2222/ue-foundation/zen int... (diff)
parentadded --corelimit option to zenserver (diff)
downloadzen-fc04bb9c9f5c7ea83b36eace264120f907833e2b.tar.xz
zen-fc04bb9c9f5c7ea83b36eace264120f907833e2b.zip
Merge branches 'sb/zen-master' and 'sb/zen-master' of ssh://arn-wd-l1704:2222/ue-foundation/zen into sb/zen-master
Diffstat (limited to 'src/zenhttp/servers/httpsys.cpp')
-rw-r--r--src/zenhttp/servers/httpsys.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/servers/httpsys.cpp b/src/zenhttp/servers/httpsys.cpp
index 95d83911d..c83675f2c 100644
--- a/src/zenhttp/servers/httpsys.cpp
+++ b/src/zenhttp/servers/httpsys.cpp
@@ -930,7 +930,7 @@ HttpSysServer::HttpSysServer(const HttpSysConfig& InConfig)
if (m_InitialConfig.ThreadCount == 0)
{
- MinThreadCount = Max(8u, std::thread::hardware_concurrency());
+ MinThreadCount = Max(8u, GetHardwareConcurrency());
}
else
{