An ATproto social media client -- with an independent Appview.

remove bogus timeout

+1 -3
+1 -3
bskyogcard/src/index.ts
··· 36 36 includeStatusCode: true, 37 37 includeUp: true, 38 38 promClient: { 39 - collectDefaultMetrics: { 40 - timeout: 5000, 41 - }, 39 + collectDefaultMetrics: {}, 42 40 }, 43 41 // Don't expose /metrics on main app - we'll use separate server 44 42 autoregister: false,