[DOCS] Fix shard type in CCR overview doc (#48882)

Closes #48875
This commit is contained in:
bellengao 2019-11-07 23:08:38 +08:00 committed by James Rodewig
parent df16ff777e
commit 293902c6a5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ configured the follower index. If there are no new operations available on the
leader shard, the leader shard waits up to a configured timeout for new
operations. If new operations occur within that timeout, the leader shard
immediately responds with those new operations. Otherwise, if the timeout
elapses, the follower shard replies that there are no new operations. The
elapses, the leader shard replies that there are no new operations. The
follower shard task updates some statistics and immediately sends another read
request to the leader shard. This ensures that the network connections between
the remote cluster and the local cluster are continually being used so as to