We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87a38c commit d8621ecCopy full SHA for d8621ec
scripts/docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
depends_on:
9
rabbitmq:
10
condition: service_healthy
11
- command: bash -c "leader --runtime amqp --proof-output-dir ./proofs --block-batch-size ${LEADER_BLOCK_BATCH_SIZE} stdio < /witness"
+ command: bash -c "leader --runtime amqp --num-workers 2 --proof-output-dir ./proofs --block-batch-size ${LEADER_BLOCK_BATCH_SIZE} stdio < /witness"
12
environment:
13
- RUST_LOG=info
14
- AMQP_URI=amqp://rabbitmq:5672
0 commit comments