diff --git a/curvefs/conf/client.conf b/curvefs/conf/client.conf index b188de5059..418f364f6a 100644 --- a/curvefs/conf/client.conf +++ b/curvefs/conf/client.conf @@ -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