Closed
Bug 1540256
Opened 6 years ago
Closed 6 years ago
Don't sync logins on background
Categories
(Firefox for iOS :: Sync, enhancement, P1)
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| fxios | 16.0 | --- |
People
(Reporter: justindarc, Assigned: justindarc)
Details
As a temporary workaround until we get an API in application-services for interrupting Sync, we should avoid syncing logins when the app is backgrounded. Currently, this is causing the database connection to be held open in the background without the ability to close it until Sync has completed. Since the network timeout in application-services is 30 seconds and we have about 5 seconds to clean up, we'll just avoid syncing logins in the background.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/c53453bc0cea59468281b9e83ac30a65f8e503fe
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•