Fixed unicode support under windows console

This commit is contained in:
2023-05-18 21:33:54 -04:00
parent fd137e8e74
commit eb43c99f47
2 changed files with 4 additions and 3 deletions

View File

@@ -477,7 +477,7 @@ class Driver {
void handle_socket_input_output() {
std::string err;
int mstimeout = read_console_recently_ ? 100 : 1000;
int mstimeout = read_console_recently_ ? 10 : 100;
// Peek output buffers and determine channel release flags.
bool any_released = false;