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)