projects
/
pubbin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ff682
)
timeSampler: increase MAXJOBS
author
Dan White
<dan@whiteaudio.com>
Sat, 23 Jan 2016 22:12:53 +0000
(16:12 -0600)
committer
Dan White
<dan@whiteaudio.com>
Sat, 23 Jan 2016 22:12:53 +0000
(16:12 -0600)
timeSampler
patch
|
blob
|
history
diff --git
a/timeSampler
b/timeSampler
index f351c16ba6234a0f2e93f5483f5a9243153ab422..94b1e516a8584f5ecea0b5eb0c58cbd51b8beaa2 100755
(executable)
--- 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=2
1
+MAXJOBS=2
5
MAXJOBS=$(($MAXJOBS-1))
LOGFILE="$HOME/.timeSampler.$HOSTNAME"