From dbde8084114713abace9e0b3b084d6cf21a8f4d8 Mon Sep 17 00:00:00 2001 From: Sangbum Kim Date: Thu, 7 Sep 2017 02:02:48 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8A=9C=EB=8B=9D2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index b4e9cdb..f2ca9d7 100644 --- a/main.go +++ b/main.go @@ -132,8 +132,8 @@ func CpuTempetureMonitoring(info *Processor, sampleDuration time.Duration, notif func CpuTempetureScraper(processorCount int, notifier <-chan TempetureChange, errorChan chan<- error, ctx context.Context, waiter *sync.WaitGroup) { defer waiter.Done() var ( - P, I, D = 1.5, 0.4, 1.0 - SetPoint = 35.0 + P, I, D = 1.5, 0.4, 2.0 + SetPoint = 37.0 SampleTime = time.Second maxNoob, minNoob = 0x64, 0x4 WindupGuard = float64(maxNoob - minNoob)