mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 15:56:16 -04:00
Added min and max for Bzip2 block size arg
This commit is contained in:
parent
596db07647
commit
d184e40116
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ class Bzip2Compress extends Operation {
|
|||
{
|
||||
name: "Block size (100s of kb)",
|
||||
type: "number",
|
||||
value: 9
|
||||
value: 9,
|
||||
min: 1,
|
||||
max: 9
|
||||
},
|
||||
{
|
||||
name: "Work factor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue