We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76d5a6 commit e1a01d8Copy full SHA for e1a01d8
src/OrcCommand/Command/WolfLauncher/WolfExecution_Config.cpp
@@ -686,7 +686,7 @@ HRESULT WolfExecution::SetRestrictionsFromConfig(const ConfigItem& item)
686
else if (item[WOLFLAUNCHER_CPU_WEIGHT])
687
{
688
DWORD weight = 0;
689
- if (FAILED(hr = GetIntegerFromArg(item[WOLFLAUNCHER_CPU_RATE].c_str(), weight)))
+ if (FAILED(hr = GetIntegerFromArg(item[WOLFLAUNCHER_CPU_WEIGHT].c_str(), weight)))
690
return hr;
691
692
if (!m_Restrictions.CpuRateControl)
0 commit comments