Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blob limits lower than Bluesky PDS #90

Closed
electricduck opened this issue Oct 6, 2024 · 1 comment · Fixed by #91
Closed

Blob limits lower than Bluesky PDS #90

electricduck opened this issue Oct 6, 2024 · 1 comment · Fixed by #91

Comments

@electricduck
Copy link

While testing migration, I quickly noticed a bunch of XRPC 413: PayloadTooLarge errors indicating the blob size limits are not within parity compared to Bluesky's own PDS, and I was unable to upload large videos to my own PDS.

For some more context: https://bsky.app/profile/ducky.ws/post/3l5uvpork2g2m

@devinivy
Copy link
Collaborator

devinivy commented Oct 7, 2024

This can be adjusted through an environmant variable. We should ensure the distro works well for video by default, but in the meantime folks can set the following to increase the limit to 50mb:

PDS_BLOB_UPLOAD_LIMIT=52428800

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants