mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #4704] [MERGED] Switch registry cache compression algorithm to zstd #7117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4704
Author: @dfunkt
Created: 7/4/2024
Status: ✅ Merged
Merged: 7/8/2024
Merged by: @dani-garcia
Base:
main← Head:switch-compression-algorithm📝 Commits (1)
dc82036Switch registry cache compression algorithm to zstd📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
.github/workflows/release.yml(+1 -1)📄 Description
Quick comparison I did (vaultwarden built for 3 platforms: linux/amd64, linux/amd64/v3 and linux/arm64):
gzip
• No cache: 22m 7s
• Cached: 11m 20s
zstd:
• No cache: 19m 36s
• Cached: 10m 48s
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.