mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Merge pull request #1234 from codysoyland/rbf-usage-calc
Fix disk usage calculation in RBF backend
This commit is contained in:
commit
87bf0df786
1 changed files with 1 additions and 1 deletions
|
|
@ -609,7 +609,7 @@ func (f *TxFactory) IndexSizes() (index2bytes map[string]int64, err error) {
|
|||
if err != nil {
|
||||
return index2bytes, errors.Wrap(err, "getting disk usage for roaring and meta")
|
||||
}
|
||||
fullName = index + ".index.txstores@@@"
|
||||
fullName += ".index.txstores@@@"
|
||||
rbfOrLmdb, err := directoryUsage(fullName)
|
||||
if err != nil {
|
||||
return index2bytes, errors.Wrap(err, "getting disk usage for backend")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue