[doc] wal: fix default value (#4810)

pull/4815/head
李国忠 4 years ago committed by GitHub
parent bbd737cdd4
commit 09f5a90710
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/configuration/_index.md

@ -1078,7 +1078,7 @@ lifecycler:
wal:
# Enables writing to WAL.
# CLI flag: -ingester.wal-enabled
[enabled: <boolean> | default = false]
[enabled: <boolean> | default = true]
# Directory where the WAL data should be stored and/or recovered from.
# CLI flag: -ingester.wal-dir

Loading…
Cancel
Save