Skip to content

Conversation

@dfherr
Copy link

@dfherr dfherr commented Nov 21, 2025

The tornado upload handler fails for larger files. In my case a 350mb log couldn't get uploaded. Setting connection.set_max_body_size appropriately fixed the issue.

This MR sets this to either expected size, 10% over content-length if not provided or at least 500mb.

The tornado upload handler fails for larger files. In my case a 350mb log couldn't get uploaded. Setting `connection.set_max_body_size` appropriately fixed the issue.

This MR sets this to either expected size, 10% over content-length if not provided or at least 500mb.
@bkueng
Copy link
Member

bkueng commented Nov 24, 2025

Just to clarify, increasing the limit here isn't enough?

@dfherr
Copy link
Author

dfherr commented Nov 25, 2025

Didn't see that one. That also works. want me to update the MR? I understand the limit on the web version, for local deployment it would be nice to have it larger. I was running into the issue when logging EKF estimations.

@bkueng
Copy link
Member

bkueng commented Nov 25, 2025

I prefer to keep the existing limit as storage isn't free.
But we can make it a config or CLI option.

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

Successfully merging this pull request may close these issues.

2 participants