Skip to content

Commit

Permalink
curvefs/client: Adjust the number of retries to the maximum to avoid …
Browse files Browse the repository at this point in the history
…an error when the number of retries is reached
  • Loading branch information
baijiaruo1 committed May 10, 2022
1 parent 160f916 commit 02b80d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curvefs/conf/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ metaCacheOpt.metacacheGetLeaderRPCTimeOutMS=1000
#### excutorOpt
# excutorOpt rpc with metaserver
# rpc retry times with metaserver
excutorOpt.maxRetry=1000000
excutorOpt.maxRetry=4294967295
# Retry sleep time between failed RPCs
excutorOpt.retryIntervalUS=500
excutorOpt.retryIntervalUS=100000
# RPC timeout for communicating with metaserver
excutorOpt.rpcTimeoutMS=1000
# RPC stream idle timeout
Expand Down

0 comments on commit 02b80d6

Please sign in to comment.