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 dss builder upload limits to 3mb #2058

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

jamestranovich-noaa
Copy link
Collaborator

What does this PR do? 🛠️

As per one of my weather story proposals, bump up the upload limit to 3M.

Before:

error: could not upload file: [{'title': 'Unprocessable Content', 'status': '422', 'detail': 'Unprocessable Entity: file validation failed.\nThe file is 2.76 MB exceeding the maximum file size of 2 MB.', 'links': {'via': {'href': 'http://localhost:8080/jsonapi/node/wfo_weather_story_upload/field_smallimage'}}}]

after:

error: could not upload file: [{'title': 'Unprocessable Content', 'status': '422', 'detail': 'Unprocessable Entity: file validation failed.\nThe file is 3.29 MB exceeding the maximum file size of 3 MB.', 'links': {'via': {'href': 'http://localhost:8080/jsonapi/node/wfo_weather_story_upload/field_smallimage'}}}]

What does the reviewer need to know? 🤔

Nada

@jamestranovich-noaa jamestranovich-noaa changed the title Jt/increase upload limits to 3 m increase dss builder upload limits to 3mb Nov 7, 2024
Copy link
Collaborator

@eric-gade eric-gade left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jamestranovich-noaa jamestranovich-noaa merged commit 9704e8e into main Nov 7, 2024
20 of 21 checks passed
@jamestranovich-noaa jamestranovich-noaa deleted the jt/increase-upload-limits-to-3M branch November 7, 2024 18:15
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