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

feat(digest): allow modern algorithm #853

Merged
merged 1 commit into from
Jul 25, 2024
Merged

feat(digest): allow modern algorithm #853

merged 1 commit into from
Jul 25, 2024

Conversation

mhenrixon
Copy link
Owner

Closes #848

@mhenrixon mhenrixon self-assigned this Jul 25, 2024
@mhenrixon mhenrixon force-pushed the feat/newer=digests branch 3 times, most recently from c5139e5 to e46cdd6 Compare July 25, 2024 13:11
@mhenrixon mhenrixon enabled auto-merge (squash) July 25, 2024 13:11
@mhenrixon mhenrixon disabled auto-merge July 25, 2024 13:29
@mhenrixon mhenrixon merged commit 6d31d93 into main Jul 25, 2024
22 of 26 checks passed
@mhenrixon mhenrixon deleted the feat/newer=digests branch July 25, 2024 13:29
config.reaper_count = 1000 # Stop reaping after this many keys
config.reaper_interval = 600 # Reap orphans every 10 minutes
config.reaper_timeout = 150 # Timeout reaper after 2.5 minutes
config.digest_algorithm = :modern # Timeout reaper after 2.5 minutes
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment is wrong here and describes reaper_timeout

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace MD5 with SHA256+
2 participants