Skip to content

Commit 07cb650

Browse files
committed
Bump ChunkedMagicJournal version
1 parent 9719201 commit 07cb650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/data_model/chunked_storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
// body: [element]...
2929

3030
const ChunkedMagicMappings = 0x83a28d18
31-
const ChunkedMagicJournal = 0x83a28d1e
31+
const ChunkedMagicJournal = 0x83a28d1f
3232
const ChunkedMagicConfig = 0x83a28d1a
3333

3434
const chunkSize = 1024 * 1024 // Never decrease it, otherwise reading will break.

0 commit comments

Comments
 (0)