Skip to content

v2.0.13

Compare
Choose a tag to compare
@nictas nictas released this 18 Mar 15:13
· 227 commits to master since this release
  • 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 the CHUNK_SIZE_IN_MB environment variable. The value of of the variable must be a positive integer.