mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-24 19:07:44 +03:00
[PR #4678] [CLOSED] Reduce healthcheck internal while keep performance #3440
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/4678
Author: @hellodword
Created: 6/27/2024
Status: ❌ Closed
Base:
main← Head:patch-1📝 Commits (1)
6c87c88Reduce healthcheck internal while keep performance📊 Changes
4 files changed (+12 additions, -4 deletions)
View changed files
📝
docker/Dockerfile.alpine(+1 -1)📝
docker/Dockerfile.debian(+1 -1)📝
docker/Dockerfile.j2(+1 -1)📝
docker/healthcheck.sh(+9 -1)📄 Description
Currently, it takes 60 seconds for
vaultwarden/serverto become healthy:By implementing a cache mechanism, we can reduce this interval.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.