fix: Default to TSI1 index for new shards

pull/19446/head
Stuart Carnie 2020-08-03 15:13:01 -07:00
parent d67b034868
commit 6b0fffe17a
No known key found for this signature in database
GPG Key ID: 848D9C9718D78B4F
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
DefaultEngine = "tsm1"
// DefaultIndex is the default index for new shards
DefaultIndex = InmemIndexName
DefaultIndex = TSI1IndexName
// tsdb/engine/wal configuration options