Pulumi code for my server setup
0
fork

Configure Feed

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

increase relay limits

+3
+3
services/haring/atproto/relay.ts
··· 61 61 RELAY_PERSIST_DIR: "/data/relay/persist", 62 62 RELAY_REPLAY_WINDOW: "24h", 63 63 RELAY_LENIENT_SYNC_VALIDATION: true, 64 + MAX_DB_CONNECTIONS: 80, 65 + RELAY_HOST_CONCURRENCY: 80, 66 + RELAY_DEFAULT_REPO_LIMIT: 1000, 64 67 RELAY_TRUSTED_DOMAINS: [ 65 68 "*.host.bsky.network", 66 69 "atproto.brid.gy",