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 9, 2022
1 parent 5c985ff commit 7c21156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion curvefs/conf/client.conf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ 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
# RPC timeout for communicating with metaserver
Expand Down

0 comments on commit 7c21156

Please sign in to comment.