mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-04 01:37:34 +08:00
fix(tui): keep stream cadence responsive while typing
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
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 STREAM_TYPING_BATCH_MS = 80
|
||||
export const TYPING_IDLE_MS = 250
|
||||
export const SCROLLING_IDLE_MS = 450
|
||||
export const REASONING_PULSE_MS = 700
|
||||
|
||||
Reference in New Issue
Block a user