Skip to content

Commit

Permalink
Added: Extra note to the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Sep 19, 2024
1 parent f531dbd commit 2789e0e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ public static void Do(Span<ConfigurablePath> archiveLocations, IFileStore store,
// prevent this from happening if possible.
//
// This is why we release `store.Lock()` early.

// NOTE: In theory UpdateNxFileStore can call GC back again. This is unlikely to happen
// however for the time being; because we only run GC when deleting a library item
// or loadout.
var updater = new NxFileStoreUpdater(connection);
foreach (var entry in toUpdateInDataStore)
{
Expand Down

0 comments on commit 2789e0e

Please sign in to comment.