pub const SUBSCRIPTION_TIMER_RATE_MS: u64 = 100;
Expand description

The polling interval in millis on subscriptions and monitored items. The more fine-grained this is, the more often subscriptions will be checked for changes. The minimum publish interval cannot be less than this.