diff options
author | mischa <mischa@rx.high5.nl> | 2020-11-01 19:24:00 +0100 |
---|---|---|
committer | mischa <mischa@rx.high5.nl> | 2020-11-01 19:24:00 +0100 |
commit | ff9ea80ec58bb13b10d04850549bff9d0c5fa416 (patch) | |
tree | 08444fdee228db5f7799178a19b71ae75a1eaa2e | |
parent | 630358ef997f4ed6a849929a9c5ba433aa28ef78 (diff) |
change sleep
-rwxr-xr-x | startall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startall.sh b/startall.sh index b4255fd..4678c75 100755 --- a/startall.sh +++ b/startall.sh @@ -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=240 CPU=$(sysctl -n hw.ncpuonline) CPU=$((${CPU}-2)) |