瀏覽代碼

changed delay back to 15 minutes

bmallred 9 年之前
父節點
當前提交
20754d7a23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      code-notify.go

+ 1 - 1
code-notify.go

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