From 1f8b24a11d12dd3a7e9a0a121af989c85d77fb2d Mon Sep 17 00:00:00 2001 From: Scan <103391616+scanash00@users.noreply.github.com> Date: Sat, 20 Sep 2025 10:22:56 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20healthcheck=20doesn=E2=80=99t=20need=20t?= =?UTF-8?q?o=20be=205s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/compose/bluesky-pds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/bluesky-pds.yaml b/templates/compose/bluesky-pds.yaml index ade8efbfb..aa5398480 100644 --- a/templates/compose/bluesky-pds.yaml +++ b/templates/compose/bluesky-pds.yaml @@ -48,7 +48,7 @@ services: - wget - '--spider' - 'http://127.0.0.1:3000/xrpc/_health' - interval: 2s + interval: 5s timeout: 10s retries: 10 volumes: