diff --git a/console.cpp b/console.cpp index 2e5fe72..3542b62 100644 --- a/console.cpp +++ b/console.cpp @@ -210,7 +210,7 @@ void console::operator()() set_thread_name("kek::console"); while(*stop_event != EVENT_TERMINATE && !stop_thread_flag) { - int c = wait_for_char_ll(100); + int c = wait_for_char_ll(500); if (c == -1) continue;