Skip to content

Commit

Permalink
do not init db with random shares in stage (#389)
Browse files Browse the repository at this point in the history
do not init db in stage
  • Loading branch information
eaypek-tfh authored Sep 17, 2024
1 parent a46588b commit fcd26d0
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.6.3"
image: "ghcr.io/worldcoin/iris-mpc:v0.6.4"

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 @@ -69,7 +69,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "10000"
value: "0"

- 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 @@ -69,7 +69,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "10000"
value: "0"

- 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 @@ -69,7 +69,7 @@ env:
value: "true"

- name: SMPC__INIT_DB_SIZE
value: "10000"
value: "0"

- name: SMPC__MAX_BATCH_SIZE
value: "64"

0 comments on commit fcd26d0

Please sign in to comment.