Skip to content

Commit

Permalink
Reduce backlog threshold for GC
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams committed Sep 11, 2024
1 parent ad2cacf commit bdd3dd1
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 bdd3dd1

Please sign in to comment.