decrease default no of forks to 3
This commit is contained in:
parent
c16d5f5677
commit
fafa95f69c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ HEXPPM="images/$FNAME.hexppm"
|
|||
PIXLIST="pixlists/$FNAME.pixlist"
|
||||
SHUFMODE="$3"
|
||||
|
||||
test -z "$FLOOTFORKS" && FLOOTFORKS="4"
|
||||
test -z "$FLOOTFORKS" && FLOOTFORKS="3"
|
||||
|
||||
declare -a PIXMAP
|
||||
declare -a LOL
|
||||
|
|
Loading…
Reference in a new issue