summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 15:54:19 -0500
committerJeff Carr <[email protected]>2025-08-31 15:54:19 -0500
commit6d249abb44414cea57f496e24a682466a7772f87 (patch)
tree8c8a8996782ae47c29e0d5556add0ebc1faf344d /doNormal.go
parentf754a93493e6a12c1d60dec9b71be841b9aaa2b6 (diff)
standard rill() with statsv0.22.135v0.22.134
Diffstat (limited to 'doNormal.go')
-rw-r--r--doNormal.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/doNormal.go b/doNormal.go
index 7ba172b..edf1699 100644
--- a/doNormal.go
+++ b/doNormal.go
@@ -19,8 +19,8 @@ func doNormal() bool {
stats := me.forge.RillRepos(checkNormalRepoState)
for path, stat := range stats {
dur := stat.End.Sub(stat.Start)
- if dur > time.Second {
- log.Infof("%-30v %s took a long time\n", dur, path)
+ if dur > 10*time.Second {
+ log.Infof("%-30v %s checkNormalRepoState() took a long time\n", dur, path)
}
if stat.Err == nil {
continue