Browse Source

changed delay back to 15 minutes

bmallred 9 years ago
parent
commit
20754d7a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code-notify.go

+ 1 - 1
code-notify.go

@ -28,7 +28,7 @@ func main() {
28 28
	}
29 29
30 30
	// Loop through the repositories on an interval
31
	interval := 1 * time.Minute
31
	interval := 15 * time.Minute
32 32
	doEvery(interval, func() {
33 33
		c := hunter(root)
34 34