fix: Fix #172 Allow higher slow-time values.

This commit is contained in:
Quentin “Storm1er” Decaunes 2021-08-31 13:21:50 +02:00
parent 7827307da0
commit 58314fa8c8

View File

@ -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=",