Skip to content

Commit

Permalink
backfill: checkout from relay, not entryway
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Oct 2, 2024
1 parent 00b60c6 commit 4af28ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backfill/backfill.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func DefaultBackfillOptions() *BackfillOptions {
ParallelRecordCreates: 100,
NSIDFilter: "",
SyncRequestsPerSecond: 2,
CheckoutPath: "https://bsky.social/xrpc/com.atproto.sync.getRepo",
CheckoutPath: "https://bsky.network/xrpc/com.atproto.sync.getRepo",
}
}

Expand Down

0 comments on commit 4af28ba

Please # to comment.