Skip to content

Commit

Permalink
readme: add hint about fastzip
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Dec 6, 2024
1 parent 3dc95fe commit c772582
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ executor = "docker-autoscaler"
output_limit = 10240
shell = "bash"
environment = [
"FF_NETWORK_PER_BUILD=1"
"FF_NETWORK_PER_BUILD=1",
"FF_USE_FASTZIP=1",
"ARTIFACT_COMPRESSION_LEVEL=default",
"CACHE_COMPRESSION_LEVEL=fastest",
"FASTZIP_ARCHIVER_BUFFER_SIZE=67108864"
]

[runners.cache]
Expand Down

0 comments on commit c772582

Please sign in to comment.