mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: updated short and long boost limits
This commit is contained in:
parent
9ab8b5b665
commit
507cb8c75f
@ -119,7 +119,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
),
|
||||
label: getTranslation("ryzenAdj.stapmTime.label", "Long Boost Duration"),
|
||||
tab: "cpu",
|
||||
min: 1,
|
||||
min: 60,
|
||||
max: 3600,
|
||||
step: 1,
|
||||
default: 900,
|
||||
@ -148,7 +148,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
label: getTranslation("ryzenAdj.slowTime.label", "Short Boost Duration "),
|
||||
tab: "cpu",
|
||||
min: 1,
|
||||
max: 3600,
|
||||
max: 60,
|
||||
step: 1,
|
||||
default: 900,
|
||||
ryzenadj_arg: "--slow-time=",
|
||||
|
Loading…
Reference in New Issue
Block a user