Static READ_LOG_BUFFER

Source
pub static READ_LOG_BUFFER: Key<usize>
Expand description

Maximum number of lines to batch before flushing to client This means that stdout/err reader will be paused after reading HYPERACTOR_READ_LOG_BUFFER lines. After pause lines will be flushed and reading will resume.