mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Fix #172 Allow higher slow-time values.
This commit is contained in:
parent
7827307da0
commit
58314fa8c8
@ -148,7 +148,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
||||
label: getTranslation("ryzenAdj.slowTime.label", "Short Boost Duration "),
|
||||
tab: "cpu",
|
||||
min: 1,
|
||||
max: 120,
|
||||
max: 1000,
|
||||
step: 1,
|
||||
default: 60,
|
||||
ryzenadj_arg: "--slow-time=",
|
||||
|
Loading…
Reference in New Issue
Block a user