Skip to content

Commit

Permalink
Merge pull request #10 from ElrondNetwork/zip-constraints
Browse files Browse the repository at this point in the history
Increase MAX_SOURCE_CODE_ARCHIVE_SIZE.
  • Loading branch information
andreibancioiu authored Nov 17, 2022
2 parents e1cc7e4 + 4739b42 commit a683568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_within_docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

HARDCODED_BUILD_DIRECTORY = Path("/tmp/elrond-contract-rust")
ONE_KB_IN_BYTES = 1024
MAX_SOURCE_CODE_ARCHIVE_SIZE = ONE_KB_IN_BYTES * 64
MAX_SOURCE_CODE_ARCHIVE_SIZE = ONE_KB_IN_BYTES * 1024
# The output archive contains not only the *.wasm, but also *.wat, *.abi.json files etc.
MAX_OUTPUT_ARTIFACTS_ARCHIVE_SIZE = ONE_KB_IN_BYTES * 1024

Expand Down

0 comments on commit a683568

Please sign in to comment.