Skip to content

Commit d8621ec

Browse files
committed
fix: number of workers
1 parent a87a38c commit d8621ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
depends_on:
99
rabbitmq:
1010
condition: service_healthy
11-
command: bash -c "leader --runtime amqp --proof-output-dir ./proofs --block-batch-size ${LEADER_BLOCK_BATCH_SIZE} stdio < /witness"
11+
command: bash -c "leader --runtime amqp --num-workers 2 --proof-output-dir ./proofs --block-batch-size ${LEADER_BLOCK_BATCH_SIZE} stdio < /witness"
1212
environment:
1313
- RUST_LOG=info
1414
- AMQP_URI=amqp://rabbitmq:5672

0 commit comments

Comments
 (0)