Skip to content

Commit

Permalink
fix(core): Revert drain limit
Browse files Browse the repository at this point in the history
  • Loading branch information
PerfectSlayer committed Jan 21, 2025
1 parent 8ce4e96 commit 0ff9b1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ public void run() {

if (pendingTrace instanceof FlushElement) {
// Since this is an MPSC queue, the drain needs to be called on the consumer thread
queue.drain(WriteDrain.WRITE_DRAIN, 50);
queue.drain(WriteDrain.WRITE_DRAIN);
flushCounter.incrementAndGet();
continue;
}
Expand Down

0 comments on commit 0ff9b1e

Please sign in to comment.