Skip to main content

PUBLISHER_UPDATE_QUEUE_DEPTH

Constant PUBLISHER_UPDATE_QUEUE_DEPTH 

Source
const PUBLISHER_UPDATE_QUEUE_DEPTH: usize = 32;
Expand description

Depth of the queue used to signal the publisher that it needs to update a given time period.

32 is likely way larger than we need but the messages are tiny so we might as well.