Skip to content

Commit

Permalink
Merge 39f7624 into 044cb94
Browse files Browse the repository at this point in the history
  • Loading branch information
eevans committed Nov 21, 2017
2 parents 044cb94 + 39f7624 commit eb2e953
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions sys/key_rev_value.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class KRVBucket {
options: {
compression: opts.compression || [
{
algorithm: 'lz4',
block_size: 64
algorithm: 'deflate',
block_size: 256
}
],
updates: opts.updates || {
Expand Down
4 changes: 2 additions & 2 deletions sys/key_value.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ class KVBucket {
options: {
compression: opts.compression || [
{
algorithm: 'lz4',
block_size: 64
algorithm: 'deflate',
block_size: 256
}
],
updates: opts.updates || {
Expand Down
4 changes: 2 additions & 2 deletions sys/multi_content_bucket.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@ class MultiContentBucket {
options: {
compression: opts.compression || [
{
algorithm: 'lz4',
block_size: 64
algorithm: 'deflate',
block_size: 256
}
],
updates: opts.updates || {
Expand Down

0 comments on commit eb2e953

Please sign in to comment.