1
0
Fork 0

Fix key misspell

master
Philip O'Toole 8 months ago
parent df924c7bc0
commit 59edb3d721

@ -1028,7 +1028,7 @@ func (s *Store) Stats() (map[string]interface{}, error) {
bt = lvt bt = lvt
} }
avm["next_vacuum_after"] = bt.Add(s.AutoVacInterval) avm["next_vacuum_after"] = bt.Add(s.AutoVacInterval)
status["auto_vaccum"] = avm status["auto_vacuum"] = avm
} }
// Snapshot stats may be in flux if a snapshot is in progress. Only // Snapshot stats may be in flux if a snapshot is in progress. Only

Loading…
Cancel
Save