diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-24 16:32:18 -0700 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-01-24 16:32:18 -0700 |
commit | 73ab1d420dedd965ebe6f814dcf016c8e10879f2 (patch) | |
tree | 2a025e8e8daeaba34953c6b92b83bd579c83962b /const.go | |
parent | TODO (diff) | |
download | dedo-73ab1d420dedd965ebe6f814dcf016c8e10879f2.tar.gz dedo-73ab1d420dedd965ebe6f814dcf016c8e10879f2.tar.xz |
TODO
Diffstat (limited to 'const.go')
-rw-r--r-- | const.go | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -3,11 +3,6 @@ package bolt const Version = 1 const ( - MaxKeySize = 511 + MaxKeySize = 0x8000 MaxDataSize = 0xffffffff ) - -const ( - DefaultMapSize = 1048576 - DefaultReaderCount = 126 -) |