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

Request: FAQ Addition - What's the default image upload size limit? #153

Closed
mcat-ee opened this issue Apr 25, 2017 · 4 comments
Closed

Request: FAQ Addition - What's the default image upload size limit? #153

mcat-ee opened this issue Apr 25, 2017 · 4 comments

Comments

@mcat-ee
Copy link

mcat-ee commented Apr 25, 2017

See title, and additionally is there a way to inspect an instance's upload size limit? I've noticed that if Tusky can't upload to an instance (due to the Mastodon limit, reverse-proxy limit, or load balancer limit) it will give a non-descriptive error - support for getting an instance's limit could somewhat improve this.

@ashfurrow
Copy link

This is configurable per-instance but the default image upload size is eight megabytes. Would you be able to submit a pull request adding this to the docs?

@mcat-ee
Copy link
Author

mcat-ee commented May 1, 2017

@ashfurrow Sure! Should the method be to change the 8 do a different integer?

mcat-ee pushed a commit to mcat-ee/documentation that referenced this issue May 1, 2017
Addressing mastodon#153

Should this be part of the FAQ or should it be under the 'running Mastodon' documentation tree?
mcat-ee pushed a commit to mcat-ee/documentation that referenced this issue May 1, 2017
Addressing mastodon#153

Should this be part of the FAQ or should it be under the 'running Mastodon' documentation tree?
@ashfurrow
Copy link

It would be a chance to the code, but the image/gif are going to get resized down to a smaller resolution (this isn't configurable on purpose, because those images will need to get stored on other instances). So for large images, use of an external host like flickr or imgur is advisable.

Does that make sense? Happy to clarify anything.

wxcafe pushed a commit that referenced this issue May 1, 2017
Addressing #153

Should this be part of the FAQ or should it be under the 'running Mastodon' documentation tree?
@wxcafe wxcafe closed this as completed May 1, 2017
@mcat-ee
Copy link
Author

mcat-ee commented May 2, 2017

@ashfurrow Thanks for informing me! (: Since that happens transparently it might be good to mention it, but press that the upload size limiting occurs before that point.

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

No branches or pull requests

3 participants