Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master-dispatch-queue' into mast…
Browse files Browse the repository at this point in the history
…er-dispatch-queue
  • Loading branch information
CalvinKirs committed Dec 10, 2024
2 parents 5636544 + 7ddc38b commit d224314
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public boolean publishEvent(Object... args) {

// Timeout reached without publishing the event
LOG.warn("Failed to publish event within the specified timeout (1 second)."
+ "Queue may be full. the remaining buffer size is {}",
+ "Queue may be full. the remaining buffer size is {}",
disruptor.getRingBuffer().remainingCapacity());
} catch (Exception e) {
// Catching general exceptions to handle unexpected errors
Expand Down

0 comments on commit d224314

Please sign in to comment.