Closed
Bug 1772956
Opened 3 years ago
Closed 3 years ago
Only sync after tab change if the user has > 1 client
Categories
(Firefox :: Sync, enhancement)
Firefox
Sync
Tracking
()
RESOLVED
FIXED
103 Branch
People
(Reporter: skhamis, Assigned: skhamis)
References
Details
(Whiteboard: [fxsync-tc])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
4.51 KB,
patch
|
pascalc
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
To help reduce the impact on the server for syncing after a tab change. We should only do this frequent sync if the user has greater than 1 client.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by skhamis@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c21ba0b68a0c
only sync after tab changes if the user has more than one client r=markh
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
Assignee | ||
Updated•3 years ago
|
Whiteboard: [fxsync-tc]
Updated•3 years ago
|
Assignee | ||
Comment 4•3 years ago
|
||
Comment on attachment 9279973 [details]
Bug 1772956 - only sync after tab changes if the user has more than one client r=markh
Beta/Release Uplift Approval Request
- User impact if declined: This is an effort to reduce load on the server by only increasing sync frequency if a user have more than one device.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It's not risky because it only targets sync users and the change is mainly adding an additional check to something wrapped around an experiment. Worst thing to happen is the experiment no longer works.
- String changes made/needed: N/A
- Is Android affected?: No
Attachment #9279973 -
Flags: approval-mozilla-beta?
Comment 5•3 years ago
|
||
Sammy, c21ba0b68a0c does not graft cleanly to the beta branch, could you provide a patch for mozilla-beta? Thanks
Flags: needinfo?(skhamis)
Assignee | ||
Comment 6•3 years ago
|
||
Sure thing, here is an updated patch with conflicts resolved. Thanks!
Flags: needinfo?(skhamis) → needinfo?(pascalc)
Assignee | ||
Comment 7•3 years ago
|
||
Try build for above patch: https://treeherder.mozilla.org/jobs?repo=try&revision=606e0f8e4db7496f79975fd6da2f23c55dd5159f
Comment 8•3 years ago
|
||
Comment on attachment 9280354 [details] [diff] [review]
beta-tabs-1772956.patch
Approved for 102 beta 7, thanks.
Flags: needinfo?(pascalc)
Attachment #9280354 -
Flags: approval-mozilla-beta+
Updated•3 years ago
|
Attachment #9279973 -
Flags: approval-mozilla-beta?
Comment 9•3 years ago
|
||
bugherder uplift |
status-firefox102:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•