const FEED_BUFFER_SECS: usize = 5;
Live feed buffer size, expressed in seconds of probing at the probing rate. When the buffer is full the CLI stream is no longer read (blocking the feed).