Skip to content

Commit

Permalink
Reduce backlog threshold for GC (#7415)
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Sep 11, 2024
1 parent 1199203 commit e2376dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private Task RunProcessing()

private void RunProcessingLoop()
{
const int BlocksBacklogTriggeringManualGC = 20;
const int BlocksBacklogTriggeringManualGC = 4;
const int MaxBlocksWithoutGC = 100;

if (_logger.IsDebug) _logger.Debug($"Starting block processor - {_blockQueue.Count} blocks waiting in the queue.");
Expand Down

0 comments on commit e2376dc

Please sign in to comment.