revert default engine to bz1

pull/4565/head
Ben Johnson 2015-10-23 13:31:30 -06:00
parent d35657629f
commit 6413e87030
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
const (
// DefaultEngine is the default engine for new shards
DefaultEngine = "tsm1"
DefaultEngine = "bz1"
// DefaultMaxWALSize is the default size of the WAL before it is flushed.
DefaultMaxWALSize = 100 * 1024 * 1024 // 100MB