cmd, eth, ethdb, node: prioritise chaindata for resources, bump cache
This commit is contained in:
@ -28,7 +28,7 @@ func newDb() *LDBDatabase {
|
||||
if common.FileExist(file) {
|
||||
os.RemoveAll(file)
|
||||
}
|
||||
db, _ := NewLDBDatabase(file, 0)
|
||||
db, _ := NewLDBDatabase(file, 0, 0)
|
||||
|
||||
return db
|
||||
}
|
||||
|
Reference in New Issue
Block a user