Skip to content

Commit

Permalink
Decrease batch size from 2500 to 64
Browse files Browse the repository at this point in the history
  • Loading branch information
Pliner committed Jun 16, 2019
1 parent 5182d5f commit e0d3973
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 @@ -79,6 +79,6 @@ services:
- filter
volumes:
- ./local/relay.conf:/home/relay/carbon-c-relay.conf
command: /usr/bin/relay -E -s -f /home/relay/carbon-c-relay.conf
command: /usr/bin/relay -E -s -b 64 -f /home/relay/carbon-c-relay.conf
networks:
balancer:

0 comments on commit e0d3973

Please sign in to comment.