Improve code comments

This commit is contained in:
Jack251970 2025-06-04 23:31:10 +08:00
parent b68b299cd4
commit 6d5b95c616

View file

@ -88,6 +88,7 @@ public abstract class FirefoxBookmarkLoaderBase : IBookmarkLoader
}
}
// Close the connection so that we can delete the temporary file
// https://github.com/dotnet/efcore/issues/26580
SqliteConnection.ClearPool(dbConnection);
dbConnection.Close();