Skip to content

Commit

Permalink
Stop using MaxTransferRetries (#10844)
Browse files Browse the repository at this point in the history
**What this PR does / why we need it**:
This configuration was removed on
https://github.com/grafana/loki/pull/10709/files.

**Which issue(s) this PR fixes**:
N/A
  • Loading branch information
DylanGuedes committed Oct 10, 2023
1 parent 489ca25 commit 583aa28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion production/ksonnet/loki/wal.libsonnet
Expand Up @@ -10,7 +10,6 @@ local k = import 'ksonnet-util/kausal.libsonnet';
// disables transfers when running as statefulsets.
// pod rolling stragety will always fail transfers
// and the WAL supersedes this.
max_transfer_retries: 0,
wal+: {
enabled: true,
dir: '/loki/wal',
Expand Down

0 comments on commit 583aa28

Please sign in to comment.