fix(tui): queue busy submissions gracefully

This commit is contained in:
Brooklyn Nicholson 2026-04-26 03:27:45 -05:00
parent 5cd41d2b3b
commit ee7ef33b02
3 changed files with 51 additions and 4 deletions

View file

@ -1,2 +1,5 @@
export const STREAM_BATCH_MS = 16
export const STREAM_IDLE_BATCH_MS = 16
export const STREAM_TYPING_BATCH_MS = 80
export const TYPING_IDLE_MS = 120
export const REASONING_PULSE_MS = 700