summaryrefslogtreecommitdiffstats
path: root/xmrstak/config.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'xmrstak/config.tpl')
-rw-r--r--xmrstak/config.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/xmrstak/config.tpl b/xmrstak/config.tpl
index c95d142..34f7656 100644
--- a/xmrstak/config.tpl
+++ b/xmrstak/config.tpl
@@ -1,8 +1,8 @@
R"===(
/*
* Network timeouts.
- * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make
- * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for
+ * Because of the way this client is written it doesn't need to constantly talk (keep-alive) to the server to make
+ * sure it is there. We detect a buggy / overloaded server by the call timeout. The default values will be ok for
* nearly all cases. If they aren't the pool has most likely overload issues. Low call timeout values are preferable -
* long timeouts mean that we waste hashes on potentially stale jobs. Connection report will tell you how long the
* server usually takes to process our calls.
@@ -148,10 +148,10 @@ R"===(
*
* http_login - Login. Empty login disables authentication.
* http_pass - Password.
- */
+ */
"http_login" : "",
"http_pass" : "",
-
+
/*
* prefer_ipv4 - IPv6 preference. If the host is available on both IPv4 and IPv6 net, which one should be choose?
* This setting will only be needed in 2020's. No need to worry about it now.
@@ -159,4 +159,4 @@ R"===(
"prefer_ipv4" : true,
)==="
-
+
OpenPOWER on IntegriCloud