Closed
Bug 1519256
Opened 6 years ago
Closed 2 years ago
Perform intermediate preloading on its own timer
Categories
(Core :: Security: PSM, enhancement, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jcj, Unassigned)
References
Details
(Whiteboard: [crlite] [psm-backlog])
RemoteSecuritySettings.jsm's onSync method attempts to download a fixed number of certificates on each sync, and will eventually download all. It would be nice if that could happen on a timer, rather than waiting on multiple Kinto fetches.
Priority: -- → P2
Reporter | ||
Updated•6 years ago
|
Updated•2 years ago
|
Severity: normal → S3
security.remote_settings.intermediates.downloads_per_poll
being 5000 by default means we download them all at once, so this is moot, now.
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•