From f546f22b484c4e33c52ef0af4d7c6b561d450c91 Mon Sep 17 00:00:00 2001 From: AOYAMA Kazuharu Date: Sun, 14 Apr 2024 20:07:12 +0900 Subject: [PATCH] updated --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9d8ede1..6d30a48 100644 --- a/main.cpp +++ b/main.cpp @@ -369,7 +369,7 @@ static int interpreter() } } - if (waitForReadyStdInputRead(40)) { + if (waitForReadyStdInputRead(20)) { // continue reading promptOut.off(); return;