Skip to content

Commit

Permalink
Merge pull request #28 from bpineau/unconstify_git
Browse files Browse the repository at this point in the history
De-constify default time intervals in git store
  • Loading branch information
bpineau committed Apr 15, 2018
2 parents 2ad54e8 + 29beb8a commit 3dda689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/store/git/git.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/sirupsen/logrus"
)

const (
var (
timeoutCommands = 60 * time.Second
checkInterval = 10 * time.Second
)
Expand Down

0 comments on commit 3dda689

Please sign in to comment.