Skip to content

Commit

Permalink
chore: Use 16 parallel DB loading threads
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 22, 2024
1 parent 2bb21b9 commit 62e86d7
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 @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "16"

- 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 @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "16"

- 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 @@ -30,7 +30,7 @@ env:
value: "true"

- name: SMPC__DATABASE__LOAD_PARALLELISM
value: "8"
value: "16"

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

0 comments on commit 62e86d7

Please sign in to comment.