Skip to content

Commit

Permalink
add connection_pool_size field to config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
youngjoon-lee committed Sep 12, 2023
1 parent 6527c50 commit cc2f004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes/mixnode/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ mixnode:
listen_address: 127.0.0.1:7777
client_listen_address: 127.0.0.1:7778
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
connection_pool_size: 255
log:
backend: "Stdout"
format: "Json"
Expand Down

0 comments on commit cc2f004

Please sign in to comment.