Stop and resume peer sync
metaclips opened this issue · 5 comments
metaclips commented
Add ability to stop and resume syncing with peers
cloudhead commented
Can you describe a use-case?
metaclips commented
It mostly preference. On an integrated application, users would want to pause or resume syncing on a bad network connectivity and there's a timeout.
cloudhead commented
Would it just stop downloading headers? or would it also stop connecting to peers?
metaclips commented
Basically stop download of headers.
metaclips commented
Here's a suitable case, iOS limits background tasks for power efficiency especially when on low power mode, being able to stop and resume sync with peers will enable low power usage on mobile platforms.