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

Increase maximum video size accepted by Enketo Express #172

Open
jnm opened this issue Apr 19, 2018 · 2 comments
Open

Increase maximum video size accepted by Enketo Express #172

jnm opened this issue Apr 19, 2018 · 2 comments
Assignees

Comments

@jnm
Copy link
Member

jnm commented Apr 19, 2018

This is controlled by the HTTP header X-OpenRosa-Accept-Content-Length sent by KC. That's not yet configurable by environment variable, but I've opened an issue for that: kobotoolbox/kobocat#435.

Let's use 100 megabytes for X-OpenRosa-Accept-Content-Length and increase the NGINX limit to 105 megabytes (if you think that's enough headroom). Overall, the HTTP request needs space to include:

  • Binary attachment up to 100 megabytes
  • XML of the submission (text responses only; not large)
  • Whatever overhead multipart form data incurs

Flowdock thread for reference (warning: super long) https://www.flowdock.com/app/kobotoolbox/kobo/messages/1112477

@tinok
Copy link
Member

tinok commented Oct 3, 2019

@noliveleger Is this still pending re accepted attachment sizes by EE?

@noliveleger
Copy link
Contributor

It seems it is.

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

3 participants