-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(net): delete four unused paramaters in Args #5441
feat(net): delete four unused paramaters in Args #5441
Conversation
public static final String NODE_DISCOVERY_PUBLIC_HOME_NODE = "node.discovery.public.home.node"; | ||
public static final String NODE_DISCOVERY_PING_TIMEOUT = "node.discovery.ping.timeout"; | ||
//public static final String NODE_DISCOVERY_PUBLIC_HOME_NODE = "node.discovery.public.home.node"; | ||
//public static final String NODE_DISCOVERY_PING_TIMEOUT = "node.discovery.ping.timeout"; | ||
|
||
public static final String NODE_P2P_PING_INTERVAL = "node.p2p.pingInterval"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not delete NODE_P2P_PING_INTERVAL?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is something wrong when split pr. I have deleted it.
@@ -169,6 +170,8 @@ public class CommonParameter { | |||
@Setter | |||
public int minParticipationRate; | |||
@Getter | |||
public P2pConfig p2pConfig; | |||
@Getter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This modification has nothing to do with this PR, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, there is something wrong when split pr. I have deleted it.
// public long nodeDiscoveryPingTimeout; | ||
// @Getter | ||
// @Setter | ||
// public long nodeP2pPingInterval; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it commented out instead of just deleting the code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could delete it next release version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not just delete it?
+ 1, git ensures that changes are kept.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok,I will delete it
What does this PR do?
Why are these changes required?
This PR has been tested by:
Follow up
Extra details