From: Dan White Date: Sat, 23 Jan 2016 22:12:53 +0000 (-0600) Subject: timeSampler: increase MAXJOBS X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=4b6a1edd785a093385cfe9ed403802d4f97dda4c;p=pubbin.git timeSampler: increase MAXJOBS --- 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"