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:
Kagami Sascha Rosylight 2024-11-06 17:08:49 +00:00
parent 2d15206cce
commit cc70339e7f

View File

@ -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.