configure
fun configure(capacity: Int = store.capacity, maxTotalBytes: Long = store.maxTotalBytes, title: String = this.title)
Reconfigure the store limits and the name the viewers show. Changing the limits clears existing entries — set them before traffic starts; changing the title leaves the store alone. The store and its StateFlow survive, so already-attached collectors (Compose UI, SSE) keep working. reset restores the defaults.