memory improvements (#1127)
* regularly release memory * don't aggressively GC while legacy streaming * update changelog
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace ErsatzTV.Application.Maintenance;
|
||||
|
||||
public record ReleaseMemory(bool ForceAggressive) : IRequest<Unit>, IBackgroundServiceRequest;
|
||||
Reference in New Issue
Block a user