Skip to content

Commit

Permalink
Update stage max DB size (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielle-tfh authored Jan 10, 2025
1 parent 369bbbc commit 6a49775
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-0-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "800000"
value: "900000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "800000"
value: "900000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/smpcv2-2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "800000"
value: "900000"

- name: SMPC__MAX_DB_SIZE
value: "1000000"
Expand Down

0 comments on commit 6a49775

Please sign in to comment.