Statusphere, but in atcute and SvelteKit
atproto svelte sveltekit drizzle atcute typescript
19
fork

Configure Feed

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

chore: recommend sidecar process for firehose

Mary d39cadc2 0dc2f292

+4
+4
src/hooks.server.ts
··· 8 8 throw new Error(`TAP_URL is not set`); 9 9 } 10 10 11 + // for production deployments, consider running the firehose ingestion in a 12 + // separate sidecar process. the throughput from Tap (especially during 13 + // backfilling of existing repos) can overwhelm the server and block HTTP 14 + // request processing. 11 15 { 12 16 const tap = new TapClient({ 13 17 url: env.TAP_URL,