mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
Increased disk capacity to 20G
This commit is contained in:
parent
345af05f09
commit
05c64815b7
1 changed files with 1 additions and 1 deletions
|
|
@ -385,7 +385,7 @@ func newDbStore(path string) (s *dbStore, err error) {
|
||||||
return
|
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 = make([]byte, 1)
|
||||||
s.gcStartPos[0] = kpIndex
|
s.gcStartPos[0] = kpIndex
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue