Skip to content

Commit

Permalink
Disable transfers in loki-local-config.yaml
Browse files Browse the repository at this point in the history
#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.
  • Loading branch information
rfratto committed Jan 24, 2020
1 parent 92eea51 commit d4186e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/loki/loki-local-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ingester:
final_sleep: 0s
chunk_idle_period: 5m
chunk_retain_period: 30s
max_transfer_retries: 1
max_transfer_retries: 0

schema_config:
configs:
Expand Down

0 comments on commit d4186e7

Please sign in to comment.