From 73ab1d420dedd965ebe6f814dcf016c8e10879f2 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 24 Jan 2014 16:32:18 -0700 Subject: TODO --- const.go | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'const.go') 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 -) -- cgit v1.2.3