Files
UnrealEngineUWP/Engine/Source/Programs/Shared/EpicGames.Core
Ben Marsh 9b9b7140f3 Horde: Add garbage collection for managed namespaces.
* Frequency can be configured via the GcFrequencyHrs setting for the namespace (defaults to every 2 hours).
* Reachable set of nodes is stored in memory, but queue of nodes to process are paged out to the database to allow other instances to resume an existing GC cycle if a server shuts down.
* Import metadata is also cached in the database, to avoid having to read header data for previously visited nodes.
* Still WIP: does not synchronize newly uploaded nodes with capturing of root set.

#preflight none

[CL 22735220 by Ben Marsh in ue5-main branch]
2022-10-24 16:16:37 -04:00
..