mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Bug 1928868
- Adjust maxRecentMessageIDsPerSubscription to 100 a=dmeehan
Original Revision: https://phabricator.services.mozilla.com/D227784 Differential Revision: https://phabricator.services.mozilla.com/D228171
This commit is contained in:
parent
2d15206cce
commit
cc70339e7f
@ -3311,7 +3311,7 @@ pref("dom.push.maxQuotaPerSubscription", 16);
|
||||
|
||||
// The maximum number of recent message IDs to store for each push
|
||||
// subscription, to avoid duplicates for unacknowledged messages.
|
||||
pref("dom.push.maxRecentMessageIDsPerSubscription", 10);
|
||||
pref("dom.push.maxRecentMessageIDsPerSubscription", 100);
|
||||
|
||||
// The delay between receiving a push message and updating the quota for a
|
||||
// subscription.
|
||||
|
Loading…
Reference in New Issue
Block a user