Skip to content

Commit

Permalink
Revert "bump max db size to 20m (#888)" (#889)
Browse files Browse the repository at this point in the history
This reverts commit a659204.
  • Loading branch information
danielle-tfh authored Jan 8, 2025
1 parent a659204 commit 25f86b4
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: "20000000"
value: "11000000"

- 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: "20000000"
value: "11000000"

- 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: "20000000"
value: "11000000"

- name: SMPC__FAKE_DB_SIZE
value: "0"
Expand Down

0 comments on commit 25f86b4

Please sign in to comment.