Added min and max for Bzip2 block size arg
This commit is contained in:
parent
596db07647
commit
d184e40116
@ -29,7 +29,9 @@ class Bzip2Compress extends Operation {
|
|||||||
{
|
{
|
||||||
name: "Block size (100s of kb)",
|
name: "Block size (100s of kb)",
|
||||||
type: "number",
|
type: "number",
|
||||||
value: 9
|
value: 9,
|
||||||
|
min: 1,
|
||||||
|
max: 9
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Work factor",
|
name: "Work factor",
|
||||||
|
Loading…
Reference in New Issue
Block a user