From 50ae4e298bbb7f8628b0ac01cdd5f7d328b46051 Mon Sep 17 00:00:00 2001 From: Ganesh Vernekar <15064823+codesome@users.noreply.github.com> Date: Thu, 1 Oct 2020 15:05:01 +0530 Subject: [PATCH] Fix magic number in docs (#7998) Signed-off-by: Ganesh Vernekar --- tsdb/docs/format/head_chunks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsdb/docs/format/head_chunks.md b/tsdb/docs/format/head_chunks.md index ed138f4b6f..813d4008ca 100644 --- a/tsdb/docs/format/head_chunks.md +++ b/tsdb/docs/format/head_chunks.md @@ -8,7 +8,7 @@ in-file offset (lower 4 bytes) and segment sequence number (upper 4 bytes). ``` ┌──────────────────────────────┐ -│ magic(0x85BD40DD) <4 byte> │ +│ magic(0x0130BC91) <4 byte> │ ├──────────────────────────────┤ │ version(1) <1 byte> │ ├──────────────────────────────┤