diff options
| author | Stefan Boberg <[email protected]> | 2025-10-10 15:34:40 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-10 15:34:40 +0200 |
| commit | fc04bb9c9f5c7ea83b36eace264120f907833e2b (patch) | |
| tree | 9ca5f75ebe89aa914c5163c353273398c1bbd1f4 /src/zenhttp/servers/httpsys.cpp | |
| parent | Merge branch 'sb/zen-master' of ssh://arn-wd-l1704:2222/ue-foundation/zen int... (diff) | |
| parent | added --corelimit option to zenserver (diff) | |
| download | zen-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.cpp | 2 |
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 { |