I have a real-time tag provider that is updating a tag at 100ms. When looking in the remote tag provider it is updating at 1s. Is there a way to speed up the rate that the real-time tag provider updates the remote tag provider?
1 Like
Tag value updates for remote tag providers are batched and flushed after 1000ms to prevent overwhelming the connections with many single tag value updates. This is not currently something that can be configured.
@Kevin.Herron, batching makes sense. However 1000 ms feels really slow. What are the chances we could get a setting for this, or get the default lowered to something like 100 ms?