From 05c64815b740a753cefe7d2693e1cd3c68c58025 Mon Sep 17 00:00:00 2001 From: "Daniel A. Nagy" Date: Mon, 11 May 2015 18:24:20 +0200 Subject: [PATCH] Increased disk capacity to 20G --- bzz/dbstore.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bzz/dbstore.go b/bzz/dbstore.go index 76797eb00c..88b52bd1c7 100644 --- a/bzz/dbstore.go +++ b/bzz/dbstore.go @@ -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