fix: fixed short duration

This commit is contained in:
James Craddock-Jones 2020-08-17 15:40:37 +00:00
parent 04f3f7513d
commit 9ab8b5b665

View File

@ -112,7 +112,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
ryzenadj_arg: "--stapm-limit=", ryzenadj_arg: "--stapm-limit=",
ryzenadj_value_convert: "toThousand", ryzenadj_value_convert: "toThousand",
}, },
{ {
description: getTranslation( description: getTranslation(
"ryzenAdj.stapmTime.desc", "ryzenAdj.stapmTime.desc",
@ -142,11 +141,6 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
ryzenadj_value_convert: "toThousand", ryzenadj_value_convert: "toThousand",
}, },
{ {
description: getTranslation(
"ryzenAdj.slowLimit.desc",
"The amount of power the CPU can draw while boost levels off."
),
{
description: getTranslation( description: getTranslation(
"ryzenAdj.slowTime.desc", "ryzenAdj.slowTime.desc",
"This define the period to be used out of boost period to deliver a constant power to be delivered to the socket." "This define the period to be used out of boost period to deliver a constant power to be delivered to the socket."
@ -160,6 +154,11 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
ryzenadj_arg: "--slow-time=", ryzenadj_arg: "--slow-time=",
ryzenadj_value_convert: null, 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)"), label: getTranslation("ryzenAdj.slowLimit.label", "Short Boost TDP (W)"),
tab: "cpu", tab: "cpu",
min: 5, min: 5,