actix-web icon indicating copy to clipboard operation
actix-web copied to clipboard

fix: increase total limit in multipart example

Open MMitsuha opened this issue 9 months ago • 0 comments
trafficstars

PR Type

Bug Fix

PR Checklist

  • [x] Tests for the changes have been added / updated.
  • [x] Documentation comments have been added / updated.
  • [ ] A changelog entry has been made for the appropriate packages.
  • [x] Format code with the latest stable rustfmt.
  • [x] (Team) Label with affected crates and semver status.

Overview

Now example in multipart has a new total limit of 100 MiB, which fix the error when uploading file bigger than 50 MiB (default)

Closes #3549

MMitsuha avatar Feb 05 '25 23:02 MMitsuha