Allow users to specify how frequently the background sync should kick in. Requires storing this information in a datastore somewhere, or store it on a per connection basis (requires refactor of how background sync activates)
Also improve efficiency by having the background sync only store the necessary session information, not a full network connection, to avoid leaving datastores open for extended periods of time between syncs.
Allow users to specify how frequently the background sync should kick in. Requires storing this information in a datastore somewhere, or store it on a per connection basis (requires refactor of how background sync activates)
Also improve efficiency by having the background sync only store the necessary session information, not a full network connection, to avoid leaving datastores open for extended periods of time between syncs.