fix: Updated default Slow Boost Duration to fix preset invalid error

This commit is contained in:
James Craddock-Jones 2020-08-26 15:11:28 +00:00
parent df6cfa6ed6
commit 5368ca4832

View File

@ -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,
}, },