Skip to content

Commit

Permalink
chore: Set MAX_DB_SIZE=10M
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek committed Oct 18, 2024
1 parent edb9973 commit 267cd2b
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 @@ -75,7 +75,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 @@ -75,7 +75,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 @@ -75,7 +75,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 267cd2b

Please sign in to comment.