Skip to content

Commit

Permalink
bump max db size to 20M in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Jan 6, 2025
1 parent 4913ef3 commit f0152b7
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 @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
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 @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
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 @@ -96,7 +96,7 @@ env:
value: "0"

- name: SMPC__MAX_DB_SIZE
value: "10000000"
value: "20000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
Expand Down

0 comments on commit f0152b7

Please sign in to comment.