aboutsummaryrefslogtreecommitdiff
path: root/const.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-01-24 16:32:18 -0700
committerBen Johnson <benbjohnson@yahoo.com>2014-01-24 16:32:18 -0700
commit73ab1d420dedd965ebe6f814dcf016c8e10879f2 (patch)
tree2a025e8e8daeaba34953c6b92b83bd579c83962b /const.go
parentTODO (diff)
downloaddedo-73ab1d420dedd965ebe6f814dcf016c8e10879f2.tar.gz
dedo-73ab1d420dedd965ebe6f814dcf016c8e10879f2.tar.xz
TODO
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
-)