Skip to content

Commit

Permalink
refactor: double nomad decompression file count limit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrekucci committed Jun 28, 2024
1 parent 440f4c7 commit cb9069a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ client {
"/usr" = "/usr"
"/opt" = "/opt"
}
artifact {
decompression_file_count_limit = 8192
}
{% if env == "devenv" %}
host_volume "artifacts-volume" {
path = "{{ ansible_user_home }}/{{ env }}/artifacts"
Expand Down

0 comments on commit cb9069a

Please sign in to comment.