revert default engine to bz1
parent
d35657629f
commit
6413e87030
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue