Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add auto-stop option to $sync.start() #690

Merged
merged 4 commits into from
May 30, 2024
Merged

feat: add auto-stop option to $sync.start() #690

merged 4 commits into from
May 30, 2024

Conversation

EvanHahn
Copy link
Contributor

myProject.$sync.start({ autostopDataSyncAfter: 3000 }) will auto-stop data sync after it's inactive for 3 seconds.

Addresses #627.

`myProject.$sync.start({ autostopDataSyncAfter: 3000 })` will auto-stop
data sync after it's inactive for 3 seconds.

Addresses [#627].

[#627]: #627
@EvanHahn EvanHahn requested a review from achou11 May 28, 2024 21:58
test-e2e/sync.js Show resolved Hide resolved
src/sync/sync-api.js Outdated Show resolved Hide resolved
@EvanHahn EvanHahn merged commit c295b52 into main May 30, 2024
7 checks passed
@EvanHahn EvanHahn deleted the evanhahn/627 branch May 30, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants