8 lines
269 B
TypeScript
8 lines
269 B
TypeScript
export const STREAM_BATCH_MS = 16
|
|
export const STREAM_IDLE_BATCH_MS = 16
|
|
export const STREAM_SCROLLING_BATCH_MS = 250
|
|
export const STREAM_TYPING_BATCH_MS = 120
|
|
export const TYPING_IDLE_MS = 250
|
|
export const SCROLLING_IDLE_MS = 450
|
|
export const REASONING_PULSE_MS = 700
|