forked from TrueCloudLab/frostfs-node
[#773] writecache: Delete unused dbSize
param
Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
parent
9b32b5523d
commit
c54f524df9
7 changed files with 0 additions and 27 deletions
|
@ -60,14 +60,6 @@ func (x *Config) MemSize() uint64 {
|
|||
return MemSizeDefault
|
||||
}
|
||||
|
||||
// MaxDBSize returns value of "db_size" config parameter.
|
||||
func (x *Config) MaxDBSize() uint64 {
|
||||
return config.UintSafe(
|
||||
(*config.Config)(x),
|
||||
"db_size",
|
||||
)
|
||||
}
|
||||
|
||||
// SmallObjectSize returns value of "small_size" config parameter.
|
||||
//
|
||||
// Returns SmallSizeDefault if value is not a positive number.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue