Skip to content

Commit

Permalink
revert rpc.execute.timeout (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
maochongxin authored Jan 9, 2025
1 parent 857e829 commit 227904a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ public enum Property {
// [ObTable][RPC]
RPC_CONNECT_TRY_TIMES("rpc.connect.try.times", 3, "建立RPC连接的尝试次数"),

RPC_EXECUTE_TIMEOUT("rpc.execute.timeout", 12000, "执行RPC请求的socket超时时间"),
RPC_EXECUTE_TIMEOUT("rpc.execute.timeout", 3000, "执行RPC请求的socket超时时间"),

RPC_LOGIN_TIMEOUT("rpc.login.timeout", 1000, "请求RPC登录的超时时间"),

Expand Down

0 comments on commit 227904a

Please sign in to comment.