nizhikov commented on code in PR #11804: URL: https://github.com/apache/ignite/pull/11804#discussion_r1916182598
########## modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ArgumentParser.java: ########## @@ -98,12 +93,6 @@ public class ArgumentParser { /** Option is used for auto confirmation. */ public static final String CMD_AUTO_CONFIRMATION = "--yes"; - /** Ping interval for grid client. See {@link GridClientConfiguration#getPingInterval()}. */ - static final String CMD_PING_INTERVAL = "--ping-interval"; - - /** Ping timeout for grid client. See {@link GridClientConfiguration#getPingTimeout()}. */ - static final String CMD_PING_TIMEOUT = "--ping-timeout"; - /** Verbose mode. */ public static final String CMD_VERBOSE = "--verbose"; Review Comment: Do we still need `--verbose` parameter? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org