aboutsummaryrefslogtreecommitdiff
path: root/src/dedo.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/dedo.go')
-rw-r--r--src/dedo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dedo.go b/src/dedo.go
index 685f84c..14bb1d3 100644
--- a/src/dedo.go
+++ b/src/dedo.go
@@ -450,7 +450,7 @@ const (
version = 2
// Represents a marker value to indicate that a file is a Bolt DB.
- magic uint32 = 0xED0CDAED
+ magic uint32 = 0xFACADAAB
// Default values if not set in a DB instance.
DefaultMaxBatchSize int = 1000