const PUBLISHER_UPDATE_QUEUE_DEPTH: usize = 32;
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.