eth: remove dapp database remains

This commit is contained in:
Felix Lange
2016-06-15 01:53:04 +02:00
parent 312263c7d9
commit 84d11c19fd
3 changed files with 6 additions and 25 deletions

View File

@ -39,14 +39,12 @@ var OpenFileLimit = 64
// cacheRatio specifies how the total allotted cache is distributed between the
// various system databases.
var cacheRatio = map[string]float64{
"dapp": 0.0,
"chaindata": 1.0,
}
// handleRatio specifies how the total allotted file descriptors is distributed
// between the various system databases.
var handleRatio = map[string]float64{
"dapp": 0.0,
"chaindata": 1.0,
}