From 4b6a1edd785a093385cfe9ed403802d4f97dda4c Mon Sep 17 00:00:00 2001 From: Dan White Date: Sat, 23 Jan 2016 16:12:53 -0600 Subject: [PATCH] timeSampler: increase MAXJOBS --- timeSampler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timeSampler b/timeSampler index f351c16..94b1e51 100755 --- a/timeSampler +++ b/timeSampler @@ -16,7 +16,7 @@ BEEP="play /home/dan/tmp/pop.wav" MINUTES=6 #to give 10/hour #MAXJOBS=$((1*60/$MINUTES)) #MAXJOBS=8 -MAXJOBS=21 +MAXJOBS=25 MAXJOBS=$(($MAXJOBS-1)) LOGFILE="$HOME/.timeSampler.$HOSTNAME" -- 2.25.1