Sync only when the value has changed

I have some fields that I want to sync. However, these fields do not change frequently; they may have the same value for minutes, so I only want coherence to sync them once a change in their values are detected. How do I instruct coherence to only sync a field once it detects a change in its value?

Hey!

This is already how it works, component updates are only sent when there is an update to be sent.

If a synced field doesn’t change it doesn’t produce any bandwidth usage.

thats great thanks

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.