diff options
| -rwxr-xr-x | temp_throttle.sh | 2 |
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 |
