MIN_THROTTLE_MS

const val MIN_THROTTLE_MS: Long = 150

Default minimum throttle interval in milliseconds between consecutive newline-triggered highlight runs.

150 ms prevents overloading the JavaScript engine when rapid or consecutive newlines (\n\n) arrive, while allowing completed lines to be progressively styled in the background as streaming continues.