Skip to content

Commit

Permalink
chore: Adjust MAX_DB_SIZE in prod for the mock 6M records run
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 17, 2024
1 parent 285f8cb commit d9c83f9
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 @@ -72,7 +72,7 @@ env:
value: "100"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
value: "10000000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
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 @@ -72,7 +72,7 @@ env:
value: "100"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
value: "10000000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
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 @@ -72,7 +72,7 @@ env:
value: "100"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
value: "10000000"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
Expand Down

0 comments on commit d9c83f9

Please sign in to comment.