Skip to content

Commit

Permalink
Merge pull request #521 from kakao/set-commit-tick
Browse files Browse the repository at this point in the history
fix(metarepos): allow setting commitTick
  • Loading branch information
hungryjang authored Jul 11, 2023
2 parents f1d6d0a + bdca20a commit 571e6ef
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 571e6ef

Please sign in to comment.