Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(otel_batch_processor): don't divide
max_queue_size
by word-size
There is no need to convert `max_queue_size` to words, as it is compared with the number of objects in ETS table.
- Loading branch information