pub const IMAGE_BUDGET_LIMIT: usize = 8;Expand description
Default maximum number of concurrently-transmitted images the terminal is expected to keep alive. When a new transmission would push us over the limit, the budget evicts the oldest id and returns its delete command so the caller can emit it before the new transmit.