mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 08:02:28 +00:00
* Optimize renderer idle sync and scrollback caps * Preserve runtime terminal scrollback buffers Co-authored-by: Orca <help@stably.ai> * Remove merge formatting churn Co-authored-by: Orca <help@stably.ai> * Update terminal drop bracketed paste expectations Co-authored-by: Orca <help@stably.ai> --------- Co-authored-by: Jinwoo-H <jinwoo0825@gmail.com> Co-authored-by: Orca <help@stably.ai>
4 lines
204 B
TypeScript
4 lines
204 B
TypeScript
export const TERMINAL_SCROLLBACK_SESSION_BUFFER_BYTE_LIMIT = 512 * 1024
|
|
export const TERMINAL_SCROLLBACK_REPLAY_BYTE_LIMIT = 512 * 1024
|
|
export const TERMINAL_SCROLLBACK_STORE_BYTE_LIMIT = 5 * 1024 * 1024
|