termio: increase termios poller to 200ms

This commit is contained in:
Mitchell Hashimoto
2024-09-18 12:13:43 -07:00
parent e8bbc987e0
commit 1936ef7fee

View File

@ -29,7 +29,7 @@ const windows = internal_os.windows;
const log = std.log.scoped(.io_exec); const log = std.log.scoped(.io_exec);
/// The termios poll rate in milliseconds. /// The termios poll rate in milliseconds.
const TERMIOS_POLL_MS = 500; const TERMIOS_POLL_MS = 200;
/// The subprocess state for our exec backend. /// The subprocess state for our exec backend.
subprocess: Subprocess, subprocess: Subprocess,