this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

retry 2 should be enough

alice e271997b 2265f084

+1 -1
+1 -1
src/helpers/pds.ts
··· 17 17 const res = await ky.get(`https://${pds}/xrpc/com.atproto.server.describeServer`, { 18 18 timeout: PDS_HEALTH_CHECK_TIMEOUT_MS, 19 19 retry: { 20 - limit: 3, 20 + limit: 2, 21 21 statusCodes: [429, 500, 502, 503, 504], 22 22 }, 23 23 });