Skip to content

Commit

Permalink
improved buffering memory performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Nov 11, 2023
1 parent 970f064 commit 714b27e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Downloader/ConcurrentPacketBuffer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ public void ResumeAdding()
{
// resume writing new item to the list
_addingBlocker.Resume();
GC.Collect();
}

public void Dispose()
Expand Down

0 comments on commit 714b27e

Please sign in to comment.