From 4f3d2edcc8fa78bf9b7dd1b02cc8f9942d29611f Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Tue, 8 Apr 2014 22:50:50 +0300 Subject: [PATCH] misc: set `algorithm` for pool in example.conf. Also finish up what was started in f2934d8afd4f0fdce7597e2b1f38a7a29337e5d3 --- example.conf | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/example.conf b/example.conf index 310f5d7e..8c9f9a60 100644 --- a/example.conf +++ b/example.conf @@ -18,6 +18,7 @@ "url" : "http://url3:8344", "user" : "user3", "pass" : "pass3", + "algorithm" : "adaptive-n-factor", "state" : "disabled" }, { @@ -52,14 +53,14 @@ "gpu-powertune" : "20,20,20", "gpu-vddc" : "0.000,0.000,0.000", -"gpu-fan" : "0-85,0-85,0-85,0-85", +"gpu-fan" : "0-85,0-85,0-85", "auto-gpu" : true, "auto-fan" : true, -"temp-target" : "75,75,75,75", -"temp-overheat" : "85,85,85,85", -"temp-cutoff" : "95,95,95,95", +"temp-target" : "75,75,75", +"temp-overheat" : "80,85,90", +"temp-cutoff" : "95", "temp-hysteresis" : "3", "queue" : "1",