Skip to content

RevTurbineEventBatchingOptions

Client-side clickstream batching policy (plan 95 TASK-6).

optional flushIntervalMs?: number

Also flush the buffer on this interval, in milliseconds, so low-volume sessions don’t strand events. Default 5000. Set to 0 to disable the timer (size + page-unload flushing still apply).


optional maxBatchSize?: number

Flush the buffer once this many events are queued. Default 20. Clamped to a minimum of 1.