You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this should be increased at least for that one getRepo call (in export and in the migrate task) to at least a few minutes, or just dropped completely. As it is, it will be causing problems for people during the account migration, if more people start migrating who have older accounts with a large post history, running over a slow network, with a bad connection to the Bluesky PDS (e.g. AU/NZ folks), and so on.
The text was updated successfully, but these errors were encountered:
I tried to download my repo as a .car file using "goat repo export" yesterday. I was getting this error:
or:
curl
was downloading the repo just fine from https://amanita.us-east.host.bsky.network/xrpc/com.atproto.sync.getRepo?repo=did:plc:oio4hkxaop4ao4wz2pp3f4cr (44.8 MB, in ~34 seconds).It turns out that there's a default download time limit of 30s applied to all requests, set in https://github.com/bluesky-social/indigo/blob/main/util/http.go#L57. When I increased it to 90 seconds, the export worked fine.
I think this should be increased at least for that one getRepo call (in export and in the migrate task) to at least a few minutes, or just dropped completely. As it is, it will be causing problems for people during the account migration, if more people start migrating who have older accounts with a large post history, running over a slow network, with a bad connection to the Bluesky PDS (e.g. AU/NZ folks), and so on.
The text was updated successfully, but these errors were encountered: