aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
Diffstat (limited to 'const.go')
-rw-r--r--const.go7
1 files changed, 1 insertions, 6 deletions
diff --git a/const.go b/const.go
index 9e7a993..58640ee 100644
--- a/const.go
+++ b/const.go
@@ -3,11 +3,6 @@ package bolt
const Version = 1
const (
- MaxKeySize = 511
+ MaxKeySize = 0x8000
MaxDataSize = 0xffffffff
)
-
-const (
- DefaultMapSize = 1048576
- DefaultReaderCount = 126
-)