Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Component *app.Component
)
View Source
var ParamsDatabase = &ParametersDatabase{}
Functions ¶
This section is empty.
Types ¶
type ParametersDatabase ¶
type ParametersDatabase struct {
// Engine defines the used database engine (rocksdb/mapdb).
Engine string `default:"rocksdb" usage:"the used database engine (rocksdb/mapdb)"`
ChainState struct {
// Path defines the path to the chain state databases folder.
Path string `default:"waspdb/chains/data" usage:"the path to the chain state databases folder"`
CacheSize uint64 `default:"33554432" usage:"size of the RocksDB block cache"`
}
// DebugSkipHealthCheck defines whether to ignore the check for corrupted databases.
DebugSkipHealthCheck bool `default:"true" usage:"ignore the check for corrupted databases"`
}
ParametersDatabase contains the definition of the parameters used by the ParametersDatabase.
Click to show internal directories.
Click to hide internal directories.