mirror of
https://github.com/sbt/sbt.git
synced 2026-08-31 18:24:30 +02:00
**Problem** BatchUpdateBlobsRequest suffers from gRPC's message size limitation. **Solution** For larger files, we switch to using the ByteStream API, chunked to 1MB at a time.