uber / kraken

P2P Docker registry capable of distributing TBs of data in seconds
Apache License 2.0
6.05k stars 416 forks source link

Support file read/write with max part size #346

Closed xinlongz1 closed 1 year ago

xinlongz1 commented 1 year ago

By limiting the max part size(block size) for each write, the disk IO bandwidth can be limited.

Tested push and pull with local server.

xinlongz1 commented 1 year ago

Also add max part size support for file read.