mirror of
https://github.com/prometheus/prometheus.git
synced 2026-06-03 13:42:14 -04:00
v3 test.
Signed-off-by: bwplotka <bwplotka@gmail.com>
This commit is contained in:
parent
c701636034
commit
8c19633255
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ func (w *Writer) ensureStage(s indexWriterStage) error {
|
|||
func (w *Writer) writeMeta() error {
|
||||
w.buf1.Reset()
|
||||
w.buf1.PutBE32(MagicIndex)
|
||||
w.buf1.PutByte(FormatV2)
|
||||
w.buf1.PutByte(FormatV3) // Testing compatibility.
|
||||
|
||||
return w.write(w.buf1.Get())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue