From 395917a97e2d546ebb9e88fbb345dce90629a70d Mon Sep 17 00:00:00 2001 From: Pradyumna Kaushik Date: Sun, 5 Feb 2017 01:08:48 -0500 Subject: [PATCH] changed pcplogger to pcplog and extrema --- scheduler.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scheduler.go b/scheduler.go index a6b11de..8512315 100644 --- a/scheduler.go +++ b/scheduler.go @@ -72,8 +72,8 @@ func main() { return } - //go pcp.Start(scheduler.PCPLog, &scheduler.RecordPCP, logPrefix) - go pcp.StartPCPLogAndExtremaDynamicCap(scheduler.PCPLog, &scheduler.RecordPCP, logPrefix, *hiThreshold, *loThreshold) + go pcp.Start(scheduler.PCPLog, &scheduler.RecordPCP, logPrefix) + //go pcp.StartPCPLogAndExtremaDynamicCap(scheduler.PCPLog, &scheduler.RecordPCP, logPrefix, *hiThreshold, *loThreshold) time.Sleep(1 * time.Second) // Take a second between starting PCP log and continuing // Attempt to handle signint to not leave pmdumptext running