[Docs] Fix wrong indent in gateway documentation (#26501)
This changeset fixes a spurious indent that causes a code block to be generated instead of a regular paragraph.
This commit is contained in:
parent
78e9c96d7f
commit
eeded72b19
|
@ -4,9 +4,9 @@
|
|||
The local gateway module stores the cluster state and shard data across full
|
||||
cluster restarts.
|
||||
|
||||
The following _static_ settings, which must be set on every master node,
|
||||
control how long a freshly elected master should wait before it tries to
|
||||
recover the cluster state and the cluster's data:
|
||||
The following _static_ settings, which must be set on every master node,
|
||||
control how long a freshly elected master should wait before it tries to
|
||||
recover the cluster state and the cluster's data:
|
||||
|
||||
`gateway.expected_nodes`::
|
||||
|
||||
|
|
Loading…
Reference in New Issue