Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase max upload size (#2552)
## Description Users trying to use `ImageBuildSpec` to build images inside their packages have repositories greater than 100MB. Image building in Kurtosis requires that the entire build context is within the package, and thus gets uploaded into the APIContainer where the validation step that builds images is done. This PR increases the upload limit of the compression / upload library to account for larger repositorie (2GB) ## Is this change user facing? YES ## References (if applicable) ethpandaops/optimism-package#72
- Loading branch information