Skip to content

Commit

Permalink
Fix stats JSON field name
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Sep 9, 2021
1 parent 124e0a4 commit 595768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ type TxStats struct {
RebalanceTime time.Duration `json:"rebalance_time"` // total time spent rebalancing

// Split/Spill statistics.
Split int `json:split` // number of nodes split
Split int `json:"split"` // number of nodes split
Spill int `json:"spill"` // number of nodes spilled
SpillTime time.Duration `json:"spill_time"` // total time spent spilling

Expand Down

0 comments on commit 595768e

Please sign in to comment.