Skip to content

Commit

Permalink
refactor: double nomad decompression file count limit again
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Sep 9, 2024
1 parent a439edd commit 2f4f0ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ client {
"/opt" = "/opt"
}
artifact {
decompression_file_count_limit = 8192
decompression_file_count_limit = 16384
}
host_volume "tmp-volume" {
path = "/tmp/{{ env }}"
Expand Down

0 comments on commit 2f4f0ca

Please sign in to comment.