Throttle and schedule buffered output delivery
This commit is contained in:
@@ -11,6 +11,8 @@ def test_config_defaults():
|
||||
assert config.codex_tmux_session_name == "codex"
|
||||
assert config.pty_read_timeout == 5
|
||||
assert config.output_buffer_interval == 2.0
|
||||
assert config.output_settle_seconds == 4.0
|
||||
assert config.output_flush_interval_seconds == 15.0
|
||||
assert config.max_message_length == 3000
|
||||
assert config.reconnect_delay_seconds == 5.0
|
||||
assert config.output_idle_report_seconds == 120
|
||||
|
||||
Reference in New Issue
Block a user