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

Set maximum payload size to 10MB #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fuzzypixelz
Copy link

This increases the maximum payload size for the entire Actix app to 10MB.

We've hit the size limit while publishing Eclipse Zenoh 1.0.0-alpha.1:

error: failed to publish to registry at http://localhost:7878
  Caused by:
    failed to get a 200 OK response, got 413
    headers:
        HTTP/1.1 413 Payload Too Large
        content-length: 29
        content-type: text/plain; charset=utf-8
        date: Thu, 20 Jun 2024 13:51:03 GMT
        
    body:
    A payload reached size limit.

For reference crates.io has a maximum upload size of 10MB.

@diogomatsubara
Copy link

@onelson could you take a look at this PR?

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.

None yet

2 participants