Address PR feedback

pull/10616/head
Edd Robinson 2018-10-04 18:18:55 +01:00
parent 41aba8b539
commit 69015d55ef
1 changed files with 0 additions and 5 deletions

View File

@ -50,11 +50,6 @@ func init() {
panic(err)
}
}
// tsdb.RegisterIndex(IndexName, func(_ uint64, db, path string, _ *tsdb.SeriesIDSet, sfile *tsdb.SeriesFile, ) tsdb.Index {
// idx := NewIndex(sfile, db, WithPath(path), WithMaximumLogFileSize(int64(opt.Config.MaxIndexLogFileSize)))
// return idx
// })
}
// DefaultPartitionN determines how many shards the index will be partitioned into.