Skip to content

Commit 3dda689

Browse files
authored
Merge pull request #28 from bpineau/unconstify_git
De-constify default time intervals in git store
2 parents 2ad54e8 + 29beb8a commit 3dda689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/store/git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
"github.com/sirupsen/logrus"
2222
)
2323

24-
const (
24+
var (
2525
timeoutCommands = 60 * time.Second
2626
checkInterval = 10 * time.Second
2727
)

0 commit comments

Comments
 (0)