-
Notifications
You must be signed in to change notification settings - Fork 1k
Document the package size limit #6192
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
Comments
FAQ source: warehouse/warehouse/templates/pages/help.html Lines 594 to 630 in fc5a2e4
The variables controlling the limits can be found here: warehouse/warehouse/forklift/legacy.py Lines 72 to 74 in 5320917
I'd prefer using the variables to control the output so as to prevent drift between the values and the docs. The "hard part" is translating the bytes values into more human-friendly MB/GB strings. |
What's the problem this feature will solve?
The PyPI help page describes what to do in case you hit the package upload size limit. But there's apparently no public document or page that says: "File upload limit is X".
There are issues talking about 60MB, which is probably a good guess, because it's the MAX_FILESIZE set by default in the code. But the file in which it is set is called
legacy.py
so there's still doubt.Also, an issue that says that the file upload limit is X in 2017 doesn't mean that the file size limit hasn't been changed since.
Describe the solution you'd like
I think that under the "How do I get a file size limit exemption or increase for my project?", there could be a mention of what's the current file size limit, in order to make it clear for project maintainers.
Additional context
The text was updated successfully, but these errors were encountered: