Rename max_file_size to spool_max_size - #2780
Merged
Merged
Conversation
adriangb
approved these changes
Dec 3, 2024
adriangb
left a comment
Contributor
There was a problem hiding this comment.
I think this makes sense. It's a much better description.
3 tasks
Kludex
enabled auto-merge (squash)
December 26, 2024 08:08
Kludex
disabled auto-merge
December 26, 2024 08:09
Kludex
force-pushed
the
rename-max-file-size-to-spool-max-size
branch
from
February 22, 2025 12:28
0423cfe to
87b4dec
Compare
Owner
Author
|
I tried to add a deprecation warning, but the effort didn't seem to pay off. |
Kludex
enabled auto-merge (squash)
February 22, 2025 12:29
4 tasks
falkoschindler
pushed a commit
to zauberzeug/nicegui
that referenced
this pull request
Apr 21, 2025
…se new parameter name (#4640) Following the method described in the docs [here](https://nicegui.io/documentation/upload#uploading_large_files) no longer works. I did some digging and it's because of changes to starlette: * `MultiPartParser`: Rename `max_file_size` to `spool_max_size` [#2780](Kludex/starlette#2780). Co-authored-by: Daniel Yudelevich <[email protected]>
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@defnull is this what you mentioned some months ago?