From 4f58839058add9ee7967e1e67c2e1d6fe682456d Mon Sep 17 00:00:00 2001 From: mischa Date: Sun, 1 Nov 2020 11:42:43 +0100 Subject: [PATCH] change sleep --- stopall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stopall.sh b/stopall.sh index 1ef5875..2c7a129 100755 --- a/stopall.sh +++ b/stopall.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2019-2020 Mischa Peters +# Copyright (c) 2020 Mischa Peters # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -14,7 +14,7 @@ # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # -SLEEP=300 +SLEEP=180 CPU=$(sysctl -n hw.ncpuonline) CPU=$((${CPU}-2))