Increased disk capacity to 20G

This commit is contained in:
Daniel A. Nagy 2015-05-11 18:24:20 +02:00
parent 345af05f09
commit 05c64815b7

View file

@ -385,7 +385,7 @@ func newDbStore(path string) (s *dbStore, err error) {
return
}
s.setCapacity(50000) // TODO define default capacity as constant
s.setCapacity(5000000) // TODO define default capacity as constant
s.gcStartPos = make([]byte, 1)
s.gcStartPos[0] = kpIndex