Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable transfers in loki-local-config.yaml (#1579)
* Disable transfers in loki-local-config.yaml #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