Skip to content

Commit

Permalink
bump db load parallelism to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 7, 2025
1 parent f0152b7 commit dc1aec4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-0-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-1-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/prod/smpcv2-2-prod/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "80"

- name: SMPC__AWS__REGION
value: "eu-north-1"
Expand Down

0 comments on commit dc1aec4

Please sign in to comment.