We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8143c27 + bf6626c commit 4295b79Copy full SHA for 4295b79
core.go
@@ -79,6 +79,8 @@ const (
79
// ConfigPipelineCommits is the name of the Pipeline configuration option (Pipeline.Initialize())
80
// which allows to specify the custom commit sequence. By default, Pipeline.Commits() is used.
81
ConfigPipelineCommits = core.ConfigPipelineCommits
82
+ // ConfigTickSize is the number of hours per 'tick'
83
+ ConfigTickSize = plumbing.ConfigTicksSinceStartTickSize
84
)
85
86
// NewPipeline initializes a new instance of Pipeline struct.
0 commit comments