Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/trunk' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavt84 committed Jan 7, 2025
2 parents ab3d16d + ea3459e commit fd16ece
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ private ConsumerGroupCommandOptions(String[] args) {
.withRequiredArg()
.describedAs("timeout (ms)")
.ofType(Long.class)
.defaultsTo(5000L);
.defaultsTo(30000L);
commandConfigOpt = parser.accepts("command-config", COMMAND_CONFIG_DOC)
.withRequiredArg()
.describedAs("command config property file")
Expand Down

0 comments on commit fd16ece

Please sign in to comment.