Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1121 from grafana/tweak-msg-size-bigtable-emulator
Browse files Browse the repository at this point in the history
use smaller grpc messages for bigtable emulator. fix #1118
  • Loading branch information
Dieterbe authored Oct 29, 2018
2 parents 69e1dd3 + 61b4e91 commit 293f7db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-dev-bigtable/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
MT_CASSANDRA_IDX_ENABLED: "false"
MT_BIGTABLE_STORE_ENABLED: "true"
MT_BIGTABLE_IDX_ENABLED: "true"
MT_BIGTABLE_STORE_WRITE_MAX_FLUSH_SIZE: 1000
BIGTABLE_EMULATOR_HOST: bigtable:8086
links:
- bigtable
Expand Down

0 comments on commit 293f7db

Please sign in to comment.