From 59edb3d721e341d9807af6d857e9b592b1afa482 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 24 Jan 2024 20:14:05 -0500 Subject: [PATCH] Fix key misspell --- store/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/store.go b/store/store.go index 0cce007e..baa5f0c7 100644 --- a/store/store.go +++ b/store/store.go @@ -1028,7 +1028,7 @@ func (s *Store) Stats() (map[string]interface{}, error) { bt = lvt } 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