mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
c1a95a70ac
CheckParts call can take time to verify 10k parts of a single object in a single drive. To avoid an internal dealine of one minute in the single handler RPC, this commit will switch to streaming RPC instead.