Switching default DS compression to gzip.

This commit is contained in:
Robin Sommer 2012-05-25 08:36:36 -07:00
parent b5417a32be
commit da34266a52

View file

@ -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