remove repetitive words (#5364)

This commit is contained in:
rustrover
2024-03-09 23:35:47 +08:00
committed by GitHub
parent b544a69550
commit ab70aa92da
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ var cmdMasterFollower = &Command{
In most cases, the master follower is not needed. In big data centers with thousands of volume
servers. In theory, the master may have trouble to keep up with the write requests and read requests.
The master follower can relieve the master from from read requests, which only needs to
The master follower can relieve the master from read requests, which only needs to
lookup a fileId or volumeId.
The master follower currently can handle fileId lookup requests: