mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
fix: Updated default Slow Boost Duration to fix preset invalid error
This commit is contained in:
parent
df6cfa6ed6
commit
5368ca4832
@ -150,7 +150,7 @@ const RyzenAdjOptionDefinitions: Array<RyzenAdjOptionDefinition> = [
|
|||||||
min: 1,
|
min: 1,
|
||||||
max: 60,
|
max: 60,
|
||||||
step: 1,
|
step: 1,
|
||||||
default: 900,
|
default: 60,
|
||||||
ryzenadj_arg: "--slow-time=",
|
ryzenadj_arg: "--slow-time=",
|
||||||
ryzenadj_value_convert: null,
|
ryzenadj_value_convert: null,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user