Skip to content

Commit

Permalink
prefill db with 16 entries (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh authored Sep 23, 2024
1 parent 223dde0 commit dc10eb0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/stage/common-values-iris-mpc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: "ghcr.io/worldcoin/iris-mpc:v0.8.4"
image: "ghcr.io/worldcoin/iris-mpc:v0.8.5"

environment: stage
replicaCount: 1
Expand Down
2 changes: 1 addition & 1 deletion deploy/stage/mpc1-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "32"
value: "16"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
2 changes: 1 addition & 1 deletion deploy/stage/mpc2-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "32"
value: "16"

- name: SMPC__MAX_BATCH_SIZE
value: "64"
2 changes: 1 addition & 1 deletion deploy/stage/mpc3-stage/values-iris-mpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "32"
value: "16"

- name: SMPC__MAX_BATCH_SIZE
value: "64"

0 comments on commit dc10eb0

Please sign in to comment.