This commit is contained in:
chrislu
2024-01-15 21:31:21 -08:00
parent ba73199174
commit 1877ce5126
2 changed files with 2 additions and 2 deletions

View File

@@ -377,6 +377,6 @@ func (f *Filer) doListDirectoryEntries(ctx context.Context, p util.FullPath, sta
}
func (f *Filer) Shutdown() {
f.LocalMetaLogBuffer.Shutdown()
f.LocalMetaLogBuffer.ShutdownLogBuffer()
f.Store.Shutdown()
}