Add option to exclude chunk upload routes from Throttle middleware #42
nfunwigabga
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
@nfunwigabga did you try after overriding the specific route in your |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When doing chunk uploads, it may be necessary to disable the throttle middleware for the
patch
route since several requests may need to be sent to the server for the chunks. Something like:This can be a config entry to allow users the option to disable this middleware or not.
Beta Was this translation helpful? Give feedback.
All reactions