Skip to content

Commit

Permalink
align docker-compose values across xqa
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshnsears committed Jan 28, 2019
1 parent f55ca16 commit 6bfe601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
image: xqa-ingest-balancer
container_name: xqa-ingest-balancer
command: ["-message_broker_host", "xqa-message-broker", "-pool_size", "4", "-insert_thread_wait", "60000", "-insert_thread_secondary_wait", "1000"]
command: ["-message_broker_host", "xqa-message-broker", "-pool_size", "2", "-insert_thread_wait", "5000", "-insert_thread_secondary_wait", "2000"]
depends_on:
- xqa-message-broker
networks:
Expand Down

0 comments on commit 6bfe601

Please sign in to comment.