mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: fixed short duration
This commit is contained in:
parent
04f3f7513d
commit
9ab8b5b665
@ -112,7 +112,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
ryzenadj_arg: "--stapm-limit=",
|
||||
ryzenadj_value_convert: "toThousand",
|
||||
},
|
||||
|
||||
{
|
||||
description: getTranslation(
|
||||
"ryzenAdj.stapmTime.desc",
|
||||
@ -141,11 +140,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
ryzenadj_arg: "--fast-limit=",
|
||||
ryzenadj_value_convert: "toThousand",
|
||||
},
|
||||
{
|
||||
description: getTranslation(
|
||||
"ryzenAdj.slowLimit.desc",
|
||||
"The amount of power the CPU can draw while boost levels off."
|
||||
),
|
||||
{
|
||||
description: getTranslation(
|
||||
"ryzenAdj.slowTime.desc",
|
||||
@ -160,6 +154,11 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
ryzenadj_arg: "--slow-time=",
|
||||
ryzenadj_value_convert: null,
|
||||
},
|
||||
{
|
||||
description: getTranslation(
|
||||
"ryzenAdj.slowLimit.desc",
|
||||
"The amount of power the CPU can draw while boost levels off."
|
||||
),
|
||||
label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"),
|
||||
tab: "cpu",
|
||||
min: 5,
|
||||
|
Loading…
Reference in New Issue
Block a user