v2.0.13
- By default, large MTARs are not uploaded as a single unit, but are split up into smaller chunks of 45 MBs that are uploaded separately. The goal is to prevent failed uploads due to gorouter's request timeout.
In case the default chunk size is still too large, you can now configure it via theCHUNK_SIZE_IN_MB
environment variable. The value of of the variable must be a positive integer.