forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Topics] Proactively expire epochs older than 4 weeks
What: Currently, the browser stores 4 latest epochs, which cover 4 weeks of data for active users. However, inactive users may have epochs that are much older than 4 weeks. This contradicts our stated policy (from Topics UX) that "Topics older than 4 weeks get auto-deleted". We need to address this discrepancy to ensure we're fulfilling our promise. How: - When a new epoch is added, a task is scheduled to automatically delete it after 28 days. - Upon browser restart, deletion tasks are scheduled for all existing epochs. Bug: 366293462 Change-Id: I4d507f0a17b1f8cc978f2117dc968605bfc54de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5854642 Reviewed-by: Philip Rogers <[email protected]> Reviewed-by: Abigail Katcoff <[email protected]> Commit-Queue: Yao Xiao <[email protected]> Cr-Commit-Position: refs/heads/main@{#1355400}
- Loading branch information
1 parent
2d57f4f
commit dbb6774
Showing
11 changed files
with
286 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.