Skip to content

Monitored item refresh rate #163

Answered by schroeder-
EmmanuelP asked this question in Q&A
Discussion options

You must be logged in to vote

Try this:

let mut cfg = ServerBuilder::new()
        .application_name("producer")
        .application_uri("urn:producer")
        .product_uri("urn:producer")
       ......
        .config();
cfg.limits.min_sampling_interval = 0.1;
cfg.limits.min_publishing_interval = 0.1;
let mut server = Server::new(cfg);

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by EmmanuelP
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants