DEBOUNCE_MS

const val DEBOUNCE_MS: Long = 200

Default debounce delay in milliseconds before triggering a highlight cycle on streaming text.

200 ms provides a good balance between responsiveness when the stream pauses and avoiding excessive WebView calls during active token generation.