You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we're return all operations. We should automatically add ?since query string to the URLs so we don't get the entire database back. ud-sync-rails already supports it.
when operations are processed (on local delete), save current timestamp.
when UDSentinel#fetchOperations is called, append ?since= automatically.
The text was updated successfully, but these errors were encountered:
Right now, we're return all operations. We should automatically add
?since
query string to the URLs so we don't get the entire database back. ud-sync-rails already supports it.UDSentinel#fetchOperations
is called, append?since=
automatically.The text was updated successfully, but these errors were encountered: