fix: increase Tap parallelism to 3 for faster backfill

Author: Aaron Steven White
Commit 2b778e45dc97271c2dd5603b6ae2b884aafacca9
Parent: e53707050c
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-cospan
1 file changed +1 -1
@@ -108,7 +108,7 @@ services:
108108       TAP_RELAY_URL: https://relay1.us-east.bsky.network
109109       TAP_DISABLE_ACKS: "true"
110110       TAP_LOG_LEVEL: info
111-      TAP_RESYNC_PARALLELISM: "1"
111+      TAP_RESYNC_PARALLELISM: "3"
112112       TAP_FIREHOSE_PARALLELISM: "10"
113113     depends_on:
114114       db:
cospan · schematic version control on atproto built on AT Protocol