aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtemp_throttle.sh2
1 files changed, 1 insertions, 1 deletions
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