summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorfireice-uk <fireice2@o2.pl>2017-02-12 14:14:27 +0000
committerfireice-uk <fireice2@o2.pl>2017-02-12 14:14:27 +0000
commit1b4f0dd57be74bcd5e724d7910243a5c6712e7d8 (patch)
treec8cf3f4560809a53718fa3fabe88e0a9aa509aa2 /config.txt
parent433db1917e95568d56802d73213a1f4ab6782a0c (diff)
downloadxmr-stak-1b4f0dd57be74bcd5e724d7910243a5c6712e7d8.zip
xmr-stak-1b4f0dd57be74bcd5e724d7910243a5c6712e7d8.tar.gz
Giveup limit
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.txt b/config.txt
index f88af56..eba9653 100644
--- a/config.txt
+++ b/config.txt
@@ -110,9 +110,12 @@
* call_timeout - How long should we wait for a response from the server before we assume it is dead and drop the connection.
* retry_time - How long should we wait before another connection attempt.
* Both values are in seconds.
+ * giveup_limit - Limit how many times we try to reconnect to the pool. Zero means no limit. Note that stak miners
+ * don't mine while the connection is lost, so your computer's power usage goes down to idle.
*/
"call_timeout" : 10,
"retry_time" : 10,
+"giveup_limit" : 0,
/*
* Output control.
OpenPOWER on IntegriCloud