Skip to content

Commit

Permalink
checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakary Jia committed Nov 11, 2019
1 parent bab9fbb commit 86e2f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -905,7 +905,7 @@ public static void setParam(final String[] args, final String confFileName) {
INSTANCE.maxConnectionAgeInMillis =
config.hasPath(Constant.NODE_RPC_MAX_CONNECTION_AGE_IN_MILLIS)
? config.getLong(Constant.NODE_RPC_MAX_CONNECTION_AGE_IN_MILLIS)
: Long.MAX_VALUE;
: Long.MAX_VALUE;

INSTANCE.maxMessageSize = config.hasPath(Constant.NODE_RPC_MAX_MESSAGE_SIZE)
? config.getInt(Constant.NODE_RPC_MAX_MESSAGE_SIZE) : GrpcUtil.DEFAULT_MAX_MESSAGE_SIZE;
Expand Down

0 comments on commit 86e2f43

Please sign in to comment.