Skip to content

Commit 8e26c9d

Browse files
gzip level fix
1 parent 3ebb2e9 commit 8e26c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mfasta-tool/params.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ struct CParams
1717
string out_prefix = "part";
1818
string out_suffix = "fna";
1919
bool gzipped_output = false;
20-
int gzip_level = 6;
20+
int gzip_level = 4;
2121
int64_t n = 0;
2222
int part_digits = 5;
2323
bool remove_empty_lines = true;

0 commit comments

Comments
 (0)