diff --git a/src/input_common.rs b/src/input_common.rs index 0ed2570a2..c8e2f1012 100644 --- a/src/input_common.rs +++ b/src/input_common.rs @@ -332,7 +332,7 @@ fn readb(in_fd: RawFd, blocking: bool) -> ReadbResult { let select_res = fdset.check_readable(if blocking { FdReadableSet::kNoTimeout } else { - 0 + 1000 }); if select_res < 0 { let err = errno::errno().0;