Skip to content

Commit

Permalink
init db with 100 entries (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh authored Sep 18, 2024
1 parent 3c08974 commit 352214d
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.10"
image: "ghcr.io/worldcoin/iris-mpc:v0.6.11"

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: "100"

- 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: "100"

- 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: "100"

- name: SMPC__MAX_BATCH_SIZE
value: "64"

0 comments on commit 352214d

Please sign in to comment.