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

Add auto-stop option to $sync.start() #627

Open
EvanHahn opened this issue May 9, 2024 · 0 comments
Open

Add auto-stop option to $sync.start() #627

EvanHahn opened this issue May 9, 2024 · 0 comments
Assignees
Labels
mvp Requirement for MVP

Comments

@EvanHahn
Copy link
Contributor

EvanHahn commented May 9, 2024

project.$sync.start() should take an option, autostopAfter, which is a millisecond duration.

Once sync has been finished for that number of milliseconds, data sync should be stopped.

@EvanHahn EvanHahn self-assigned this May 9, 2024
@EvanHahn EvanHahn added the mvp Requirement for MVP label May 9, 2024
EvanHahn added a commit that referenced this issue May 28, 2024
`myProject.$sync.start({ autostopDataSyncAfter: 3000 })` will auto-stop
data sync after it's inactive for 3 seconds.

Addresses [#627].

[#627]: #627
EvanHahn added a commit that referenced this issue May 30, 2024
`myProject.$sync.start({ autostopDataSyncAfter: 3000 })` will auto-stop
data sync after it's inactive for 3 seconds.

Addresses #627.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mvp Requirement for MVP
Projects
None yet
Development

No branches or pull requests

1 participant