Skip to content

Commit 98a7987

Browse files
redo terminal_no_fork.py
1 parent a922dc4 commit 98a7987

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

moler/io/raw/terminal_no_fork.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ def __init__(
3636
moler_connection: Connection,
3737
cmd: str = "/bin/bash",
3838
select_timeout: float = 0.002,
39-
read_buffer_size: int = 4096000,
39+
read_buffer_size: int = 40960,
4040
first_prompt: str = r"[%$#\]]+",
4141
target_prompt: str = r"moler_bash#",
4242
set_prompt_cmd: str = 'unset PROMPT_COMMAND; export PS1="moler_bash# "\n',
43-
dimensions: Tuple[int, int] = (1000, 3000),
43+
dimensions: Tuple[int, int] = (100, 300),
4444
terminal_delayafterclose: float = 0.2,
4545
):
4646
"""

0 commit comments

Comments
 (0)