-
Notifications
You must be signed in to change notification settings - Fork 8
Limit request bodies size (default 250MB) #4
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
base: main
Are you sure you want to change the base?
Conversation
|
This also includes a version update of caddy. As a nice side effect of this, it seems the odd logs no longer occur \o/ |
|
As proposed in OpenSlides/openslides-client#2732 (comment), 8859538 sends the limit with response. I called the header |
|
I will prepend the custom header with 'X-' to make it clear as such. |
|
This is a bit annoying. |
|
Any chance of getting this merged? I just applied the patch to the config manually in our instance as we had no other way of getting the presentation (many images) into openslides. Also, seems like the upload limit is significantly smaller than 250MB in the latest openslides-proxy default config? |
|
I highly recommend not upgrading the caddy. Unfortunately, we haven't had time to look into the problem any closer. We wanted to add the limit because PostgreSQL does not accept files over 250MB. We have not yet observed a limit in the openslides-proxy. In general, OpenSlides is not designed for large files. |
No description provided.