diff options
Diffstat (limited to 'const.go')
-rw-r--r-- | const.go | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,6 +1,6 @@ package bolt -const version = 1 +const version = 2 const ( maxUint = ^uint(0) @@ -10,9 +10,6 @@ const ( ) const ( - // MaxBucketNameSize is the maximum length of a bucket name, in bytes. - MaxBucketNameSize = 255 - // MaxKeySize is the maximum length of a key, in bytes. MaxKeySize = 32768 |