From 9ab8b5b6659bc237ba9452d4477958cf23ea930d Mon Sep 17 00:00:00 2001 From: James Craddock-Jones Date: Mon, 17 Aug 2020 15:40:37 +0000 Subject: [PATCH] fix: fixed short duration --- src/contexts/RyzenAdjContext.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/contexts/RyzenAdjContext.tsx b/src/contexts/RyzenAdjContext.tsx index 697f766..711581e 100644 --- a/src/contexts/RyzenAdjContext.tsx +++ b/src/contexts/RyzenAdjContext.tsx @@ -112,7 +112,6 @@ const RyzenAdjOptionDefinitions: Array = [ ryzenadj_arg: "--stapm-limit=", ryzenadj_value_convert: "toThousand", }, - { description: getTranslation( "ryzenAdj.stapmTime.desc", @@ -142,11 +141,6 @@ const RyzenAdjOptionDefinitions: Array = [ 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", "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 = [ 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,