From 36df069e73f042a41c84e90b4cc879a2941894ee Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 7 Jan 2023 11:35:13 +0100 Subject: temp_throttle.sh: change delay to 0.5s --- temp_throttle.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp_throttle.sh b/temp_throttle.sh index 3f02d9e..b7a98f1 100755 --- a/temp_throttle.sh +++ b/temp_throttle.sh @@ -151,5 +151,5 @@ while true; do elif [ $TEMP -le $LOW_TEMP ]; then # Unthrottle if cool. unthrottle fi - sleep 3 # The amount of time between checking temperatures. + sleep 0.5 # The amount of time between checking temperatures. done -- cgit v1.2.3