Skip to content

Commit

Permalink
Disable transfers in loki-local-config.yaml (grafana#1579)
Browse files Browse the repository at this point in the history
* Disable transfers in loki-local-config.yaml

grafana#1425 added the ability to disable transfers by setting the max amount of retries to zero or lower. The PR, however, didn't change the default setting in loki-local-config.yaml. This commit changes the setting in loki-local-config.yaml to disable transfers since they would never succeed with the default settings of an inmemory ring anyway.

* Set `max_transfer_retries` to 0 in helm charts
  • Loading branch information
rfratto authored and cyriltovena committed Jan 24, 2020
1 parent 2ec6e74 commit 604a3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ config:
chunk_idle_period: 3m
chunk_block_size: 262144
chunk_retain_period: 1m
max_transfer_retries: 0
lifecycler:
ring:
kvstore:
Expand Down

0 comments on commit 604a3e0

Please sign in to comment.