We have an Atlas function that modifies a property in a document.
After this function is successfully called we can see the change reflected in the DB.
If we query it on the device in Atlas it still has the old value.
We tried:
SyncSession#downloadAllServerChanges
SyncSession#pause
+SyncSession#resume
After then we made a busy waiting for the changes and discovered it takes almost 5 seconds for the changes to be visible in our Realm DB.
Is there any way to get the changes faster?