EVENT_QUEUE_CAPACITY

const val EVENT_QUEUE_CAPACITY: Int = 25

Default event queue capacity. The capacity can be customized on the Umami object creation. After this number, the queue will wait until the list has room for adding more items in the queue.