Skip to content

Commit 4295b79

Browse files
authored
Merge pull request #259 from bobheadxi/master
Expose plumbing.ConfigTicksSinceStartTickSize
2 parents 8143c27 + bf6626c commit 4295b79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core.go

+2
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ const (
7979
// ConfigPipelineCommits is the name of the Pipeline configuration option (Pipeline.Initialize())
8080
// which allows to specify the custom commit sequence. By default, Pipeline.Commits() is used.
8181
ConfigPipelineCommits = core.ConfigPipelineCommits
82+
// ConfigTickSize is the number of hours per 'tick'
83+
ConfigTickSize = plumbing.ConfigTicksSinceStartTickSize
8284
)
8385

8486
// NewPipeline initializes a new instance of Pipeline struct.

0 commit comments

Comments
 (0)