From 31eb41d21b188651fc961bef31ce65f9dc34fe97 Mon Sep 17 00:00:00 2001 From: Austin McKinley Date: Mon, 22 Sep 2025 11:45:02 -0700 Subject: [PATCH] remove bogus timeout --- bskyogcard/src/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bskyogcard/src/index.ts b/bskyogcard/src/index.ts index 5dd9022dbd..1e8a8e2d92 100644 --- a/bskyogcard/src/index.ts +++ b/bskyogcard/src/index.ts @@ -36,9 +36,7 @@ export class CardService { includeStatusCode: true, includeUp: true, promClient: { - collectDefaultMetrics: { - timeout: 5000, - }, + collectDefaultMetrics: {}, }, // Don't expose /metrics on main app - we'll use separate server autoregister: false,