revert: restore original tap configuration The taps were not the cause of the server overload. The problem was the server-side panproto import triggered by git push, which has since been removed in v0.20.7.
Author: Aaron Steven White
Commit
940c9e7db50f840d36d49462f7fcdef4920701b1Parent: 53be4d9698
Structural diff unavailable
These commits were pushed via plain git push, so no pre-parsed
schemas are available. Install git-remote-cospan and re-push via panproto:// to
see scope-level changes, breaking change detection, and semantic diffs.
brew install panproto/tap/git-remote-cospan1 file changed +4 -8
@@ -99,8 +99,6 @@ services:
9999 image: ghcr.io/bluesky-social/indigo/tap:latest 100100 container_name: cospan-tap 101101 restart: unless-stopped 102- profiles: ["backfill"] 103- cpus: 0.25 104102 environment: 105103 TAP_DATABASE_URL: postgres://cospan:${POSTGRES_PASSWORD}@db:5432/tap 106104 TAP_BIND: ":2480"
@@ -109,8 +107,8 @@ services:
109107 TAP_RELAY_URL: https://relay1.us-east.bsky.network 110108 TAP_DISABLE_ACKS: "true" 111109 TAP_LOG_LEVEL: info 112- TAP_RESYNC_PARALLELISM: "1" 113- TAP_FIREHOSE_PARALLELISM: "2" 110+ TAP_RESYNC_PARALLELISM: "3" 111+ TAP_FIREHOSE_PARALLELISM: "10" 114112 depends_on: 115113 db: 116114 condition: service_healthy
@@ -129,8 +127,6 @@ services:
129127 image: ghcr.io/bluesky-social/indigo/tap:latest 130128 container_name: cospan-tap-knots 131129 restart: unless-stopped 132- profiles: ["backfill"] 133- cpus: 0.25 134130 environment: 135131 TAP_DATABASE_URL: postgres://cospan:${POSTGRES_PASSWORD}@db:5432/tap_knots 136132 TAP_BIND: ":2480"
@@ -139,8 +135,8 @@ services:
139135 TAP_RELAY_URL: https://relay1.us-east.bsky.network 140136 TAP_DISABLE_ACKS: "true" 141137 TAP_LOG_LEVEL: info 142- TAP_RESYNC_PARALLELISM: "1" 143- TAP_FIREHOSE_PARALLELISM: "2" 138+ TAP_RESYNC_PARALLELISM: "3" 139+ TAP_FIREHOSE_PARALLELISM: "10" 144140 depends_on: 145141 db: 146142 condition: service_healthy