Skip to content

Commit

Permalink
Improve the topicPublishInfo cache in producer
Browse files Browse the repository at this point in the history
  • Loading branch information
guyinyou committed Aug 2, 2021
1 parent 7618a4b commit 3ede545
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,4 +55,4 @@ public class NettySystemConfig {
Integer.parseInt(System.getProperty(COM_ROCKETMQ_REMOTING_CLIENT_CHANNEL_MAX_IDLE_SECONDS, "120"));
public static boolean clientCloseSocketIfTimeout =
Boolean.parseBoolean(System.getProperty(COM_ROCKETMQ_REMOTING_CLIENT_CLOSE_SOCKET_IF_TIMEOUT, "true"));
}
}

0 comments on commit 3ede545

Please sign in to comment.