Closed
Bug 1928868
Opened 21 days ago
Closed 19 days ago
Adjust maxRecentMessageIDsPerSubscription to a higher value
Categories
(Core :: DOM: Push Subscriptions, task)
Core
DOM: Push Subscriptions
Tracking
()
RESOLVED
FIXED
134 Branch
People
(Reporter: saschanaz, Assigned: saschanaz)
References
Details
Attachments
(3 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
Given users are suffering from repeated notifications, having higher maxRecentMessageIDsPerSubscription should at least prevent repeatedly pinging service worker.
(Probably the initial implementation didn't expect that notifications will be sent much more frequently in 2024)
Assignee | ||
Comment 1•21 days ago
|
||
Updated•21 days ago
|
Assignee: nobody → krosylight
Status: NEW → ASSIGNED
Pushed by krosylight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6f0b991fdf6b
Adjust maxRecentMessageIDsPerSubscription to 100 r=asuth
Status: ASSIGNED → RESOLVED
Closed: 19 days ago
status-firefox134:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 134 Branch
Assignee | ||
Comment 4•17 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D227784
Updated•17 days ago
|
Attachment #9435844 -
Flags: approval-mozilla-beta?
Comment 5•17 days ago
|
||
beta Uplift Approval Request
- User impact if declined: Push clients will have less chance to detect duplicates, meaning more duplicated notifications shown to users.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: None, unclear how to reproduce the error.
- Risk associated with taking this patch: Low
- Explanation of risk level: only pref change
- String changes made/needed: None
- Is Android affected?: no
Assignee | ||
Comment 6•17 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D227784
Updated•17 days ago
|
Attachment #9435845 -
Flags: approval-mozilla-release?
Updated•17 days ago
|
Attachment #9435844 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•17 days ago
|
status-firefox133:
--- → fixed
Updated•15 days ago
|
Attachment #9435845 -
Flags: approval-mozilla-release? → approval-mozilla-release+
Updated•15 days ago
|
status-firefox132:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•