Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookmark cleanup #1193

Merged
merged 7 commits into from
Dec 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update packages/slycat/web/server/cleanup.py
Co-authored-by: Spurs20 <[email protected]>
Mletter1 and Spurs20 authored Dec 6, 2024
commit 99347fd63dd829055117bdbc92b68b0ff0a06848
2 changes: 1 addition & 1 deletion packages/slycat/web/server/cleanup.py
Original file line number Diff line number Diff line change
@@ -86,7 +86,7 @@ def _cache_cleanup_worker():
def _bookmark_cleanup_worker():
"""
This thread daemon is designed to compiled a list of bookmarks excluding any linked by references
Mletter1 marked this conversation as resolved.
Show resolved Hide resolved
and then test each bookmarks `last access time` against a cutoff time. If the cutoff time is less
and then test each bookmark's `last access time` against a cutoff time. If the cutoff time is greater
than the last access time the bookmark will be deleted from the system
"""
# on a thread so we need to import this