Skip to content

Commit

Permalink
fix: number of workers
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Oct 30, 2024
1 parent a87a38c commit d8621ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
depends_on:
rabbitmq:
condition: service_healthy
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"
environment:
- RUST_LOG=info
- AMQP_URI=amqp://rabbitmq:5672
Expand Down

0 comments on commit d8621ec

Please sign in to comment.