revert default engine to bz1
parent
d35657629f
commit
6413e87030
tsdb
|
@ -8,7 +8,7 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// DefaultEngine is the default engine for new shards
|
// 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 is the default size of the WAL before it is flushed.
|
||||||
DefaultMaxWALSize = 100 * 1024 * 1024 // 100MB
|
DefaultMaxWALSize = 100 * 1024 * 1024 // 100MB
|
||||||
|
|
Loading…
Reference in New Issue