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

Documentation: Document zip file size download limit #3857

Closed
kcondon opened this issue May 24, 2017 · 2 comments
Closed

Documentation: Document zip file size download limit #3857

kcondon opened this issue May 24, 2017 · 2 comments

Comments

@kcondon
Copy link
Contributor

kcondon commented May 24, 2017

A partner was trying to increase the zip file size download limit and did not know how. Turns out it is not documented but we do so in production:

An easy way to set this is to run this command from a web server terminal window:
curl -X PUT -d 1000000000 http://localhost:8080/api/admin/settings/:ZipDownloadLimit

See RT 249731 for details.

@pdurbin
Copy link
Member

pdurbin commented May 24, 2017

Noted in #2944 but good to have a dedicated issue.

@pdurbin
Copy link
Member

pdurbin commented Jun 27, 2017

Added in fce05c8.

@pdurbin pdurbin closed this as completed Jun 27, 2017
This was referenced Jun 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants