Skip to content

Commit f516674

Browse files
committed
fixing statistics cleanup frequency
1 parent 668f7a2 commit f516674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

correlation/statistics/calcs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ func Update() {
6262
s.Count,
6363
)
6464
}
65-
time.Sleep(1 * time.Second)
65+
time.Sleep(10 * time.Minute)
6666
}
6767
}

0 commit comments

Comments
 (0)