diff --git a/dietpi/dietpi-config b/dietpi/dietpi-config index ff4a90efd6..688cdf56ca 100644 --- a/dietpi/dietpi-config +++ b/dietpi/dietpi-config @@ -1939,7 +1939,7 @@ Current setting: $user_frequency_min_text" && G_CONFIG_INJECT 'CONFIG_CPU_MIN_FR 'ARM Initial Turbo') MIN_VALUE=1 - MAX_VALUE=100 + MAX_VALUE=60 G_WHIP_DEFAULT_ITEM=$initial_turbo if G_WHIP_INPUTBOX "Amount of seconds on boot, where the CPU runs at highest clock, before it starts to respect the CPU governor. This reduces boot time quite much since RPi boots with powersave governor until the chosen one is applied at later boot stage. - Recommended value: 20\n - Valid range: $MIN_VALUE - $MAX_VALUE\n - Setting a value outside of range will disable this feature."; then