fix: Default to TSI1 index for new shards
parent
d67b034868
commit
6b0fffe17a
|
@ -14,7 +14,7 @@ const (
|
|||
DefaultEngine = "tsm1"
|
||||
|
||||
// DefaultIndex is the default index for new shards
|
||||
DefaultIndex = InmemIndexName
|
||||
DefaultIndex = TSI1IndexName
|
||||
|
||||
// tsdb/engine/wal configuration options
|
||||
|
||||
|
|
Loading…
Reference in New Issue