Skip to content

Commit

Permalink
fix(metarepos): allow set commitTick
Browse files Browse the repository at this point in the history
  • Loading branch information
hungryjang committed Jul 10, 2023
1 parent f1d6d0a commit bdca20a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/varlogmr/metadata_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ func start(c *cli.Context) error {
metarepos.WithMaxLogStreamsCountPerTopic(int32(c.Int(flagMaxLogStreamsCountPerTopic.Name))),
metarepos.WithTelemetryCollectorName(c.String(flagTelemetryCollectorName.Name)),
metarepos.WithTelemetryCollectorEndpoint(c.String(flagTelemetryCollectorEndpoint.Name)),
metarepos.WithCommitTick(c.Duration(flagCommitTick.Name)),
metarepos.WithLogger(logger),
}
if c.Bool(flagJoin.Name) {
Expand Down

0 comments on commit bdca20a

Please sign in to comment.