mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Switching default DS compression to gzip.
This commit is contained in:
parent
b5417a32be
commit
da34266a52
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export {
|
||||||
## 'lzo' -- LZO compression. Very fast decompression times.
|
## 'lzo' -- LZO compression. Very fast decompression times.
|
||||||
## 'gz' -- GZIP compression. Slower than LZF, but also produces smaller output.
|
## 'gz' -- GZIP compression. Slower than LZF, but also produces smaller output.
|
||||||
## 'bz2' -- BZIP2 compression. Slower than GZIP, but also produces smaller output.
|
## 'bz2' -- BZIP2 compression. Slower than GZIP, but also produces smaller output.
|
||||||
const compression = "lzo" &redef;
|
const compression = "gz" &redef;
|
||||||
|
|
||||||
## The extent buffer size.
|
## The extent buffer size.
|
||||||
## Larger values here lead to better compression and more efficient writes, but
|
## Larger values here lead to better compression and more efficient writes, but
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue