reconfigure

fun reconfigure(capacity: Int = this.capacity, maxTotalBytes: Long = this.maxTotalBytes, clear: Boolean = true)

Change the limits in place. The same entries StateFlow survives, so UI and SSE collectors keep working. With clear (the default) existing entries are dropped; otherwise the list is trimmed to the new limits.