We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9719201 commit 07cb650Copy full SHA for 07cb650
internal/data_model/chunked_storage.go
@@ -28,7 +28,7 @@ import (
28
// body: [element]...
29
30
const ChunkedMagicMappings = 0x83a28d18
31
-const ChunkedMagicJournal = 0x83a28d1e
+const ChunkedMagicJournal = 0x83a28d1f
32
const ChunkedMagicConfig = 0x83a28d1a
33
34
const chunkSize = 1024 * 1024 // Never decrease it, otherwise reading will break.
0 commit comments