[ARVADOS] updated: 6a73335d650cd624d3c7096a5f2a43d754464b9b
Git user
git at public.curoverse.com
Tue Jul 5 14:47:21 EDT 2016
Summary of changes:
services/crunchstat/crunchstat.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 6a73335d650cd624d3c7096a5f2a43d754464b9b (commit)
from 257d60253246952b435cea23b1912af80ea2c6d6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 6a73335d650cd624d3c7096a5f2a43d754464b9b
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Jul 5 14:47:05 2016 -0400
8016: Rename Poll to PollPeriod. Amends c63c699aa9948f6a672536ba08e664471fb0d654.
refs #8016
diff --git a/services/crunchstat/crunchstat.go b/services/crunchstat/crunchstat.go
index 8c05069..cae95fd 100644
--- a/services/crunchstat/crunchstat.go
+++ b/services/crunchstat/crunchstat.go
@@ -31,7 +31,7 @@ func main() {
if reporter.CgroupRoot == "" {
reporter.Logger.Fatal("error: must provide -cgroup-root")
}
- reporter.Poll = time.Duration(*pollMsec) * time.Millisecond
+ reporter.PollPeriod = time.Duration(*pollMsec) * time.Millisecond
reporter.Start()
err := runCommand(flag.Args(), reporter.Logger)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list