Skip to content

Commit

Permalink
Update internal/pkg/config/sync.go
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kyleishie and coderabbitai[bot] authored Feb 12, 2024
1 parent 9830cb6 commit f9772e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/config/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
)

type SyncConfig struct {
Timeout durationpb.Duration `yaml:"timeout"`
Timeout *durationpb.Duration `yaml:"timeout"`
MaxWorkerCount int `yaml:"max_worker_count"`
}

Expand Down

0 comments on commit f9772e2

Please sign in to comment.