Consider removing origin groups for storage usage
Categories
(Core :: Storage: Quota Manager, defect, P3)
Tracking
()
People
(Reporter: annevk, Unassigned)
References
(Blocks 2 open bugs)
Details
(Keywords: dev-doc-needed)
Updated•9 years ago
|
Updated•8 years ago
|
Reporter | ||
Comment 1•8 years ago
|
||
Updated•7 years ago
|
Comment 2•4 years ago
•
|
||
This was effectively done by the enablement of LSNG, which raised the group quota from 5MB to 10GB, and applied the 5MB quota at the origin level instead. This rolled out in Firefox 92, https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/92.
Details in bug 1064466 comment #40.
Updated•3 years ago
|
Comment 3•3 years ago
|
||
(In reply to Timo Tijhof from comment #2)
This was effectively done by the enablement of LSNG, which raised the group quota from 5MB to 10GB, and applied the 5MB quota at the origin level instead. This rolled out in Firefox 92, https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/92.
To elaborate on this since there is some ambiguity: The problem of a group limit impacting LocalStorage has been mooted by those changes. It is now unlikely that LocalStorage on multiple origins under a single site/group will cause quota problems for each other because it would take at least 1,000 origins maxing out their quota usage.
However, the group limit continues to exist and it continues to potentially impact the interaction of origins under the same site/group. (And in fact an origin saturating the group limit for its site could in fact cause problems for LocalStorage usage for other origins under the same site/group.
Comment 4•3 years ago
|
||
For doc purposes, note that when we remove the group limit, there will likely be a paragraph discussed here that should be removed.
Description
•