Skip to content

Commit

Permalink
change RPC_OPERATION_TIMEOUT default value from 10 seconds to 2 second
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiXinChan committed Dec 28, 2024
1 parent 6721123 commit c5e2e0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public enum Property {

RPC_LOGIN_TRY_TIMES("rpc.login.try.times", 3, "请求RPC登录的尝试次数"),

RPC_OPERATION_TIMEOUT("rpc.operation.timeout", 10000L, "OB内部执行RPC请求的超时时间"),
RPC_OPERATION_TIMEOUT("rpc.operation.timeout", 2000L, "OB内部执行RPC请求的超时时间"),

// [ObTable][CONNECTION_POOL]
SERVER_CONNECTION_POOL_SIZE("server.connection.pool.size", 1, "单个SERVER的连接数"),
Expand Down

0 comments on commit c5e2e0c

Please sign in to comment.