Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff4e94d

Browse files
committed
fix doc for proper setting
1 parent 0af7179 commit ff4e94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/elasticsearch/modules/gateway/index.textile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ h2. Recovery After Nodes / Time
3232

3333
p. In many cases, the actual cluster meta data should only be recovered after specific nodes have started in the cluster, or a timeout has passed. This is handy when restarting the cluster, and each node local index storage still exists to be reused and not recovered from the gateway (which reduces the time it takes to recover from the gateway).
3434

35-
p. The @gateway.recover_after_nodes@ setting (which accepts a number) controls after how many nodes within the cluster recovery will start. The @gateway.recovery_after_time@ setting (which accepts a time value) sets the time to wait till recovery happens once the nodes are met.
35+
p. The @gateway.recover_after_nodes@ setting (which accepts a number) controls after how many nodes within the cluster recovery will start. The @gateway.recover_after_time@ setting (which accepts a time value) sets the time to wait till recovery happens once the nodes are met.
3636

3737
p. The @gateway.expected_nodes@ allows to set how many nodes are expected to be in the cluster, and once met, the `recover_after_time` is ignored and recovery starts. For example setting:
3838

0 commit comments

Comments
 (0)