timeSampler: increase MAXJOBS
authorDan White <dan@whiteaudio.com>
Sat, 23 Jan 2016 22:12:53 +0000 (16:12 -0600)
committerDan White <dan@whiteaudio.com>
Sat, 23 Jan 2016 22:12:53 +0000 (16:12 -0600)
timeSampler

index f351c16ba6234a0f2e93f5483f5a9243153ab422..94b1e516a8584f5ecea0b5eb0c58cbd51b8beaa2 100755 (executable)
@@ -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"