diff options
author | Bryan Stitt <bryan@stitthappens.com> | 2018-03-03 12:12:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-03 12:12:51 -0800 |
commit | e13395e1417ced3804e20f44b64789556993020a (patch) | |
tree | c34f4236084ed7a0fd3dc6d746e44fd2cd07d330 /xmrstak/backend/cpu | |
parent | 7b8506464ce9b099c0984d19978630a74aaf1e42 (diff) | |
download | xmr-stak-e13395e1417ced3804e20f44b64789556993020a.zip xmr-stak-e13395e1417ced3804e20f44b64789556993020a.tar.gz |
Comment cleanup
Diffstat (limited to 'xmrstak/backend/cpu')
-rw-r--r-- | xmrstak/backend/cpu/config.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmrstak/backend/cpu/config.tpl b/xmrstak/backend/cpu/config.tpl index fc4acb9..cb4b950 100644 --- a/xmrstak/backend/cpu/config.tpl +++ b/xmrstak/backend/cpu/config.tpl @@ -2,7 +2,7 @@ R"===( /* * Thread configuration for each thread. Make sure it matches the number above. * low_power_mode - This can either be a boolean (true or false), or a number between 1 to 5. When set to true, - this mode will double the cache usage, and double the single thread performance. It will + * this mode will double the cache usage, and double the single thread performance. It will * consume much less power (as less cores are working), but will max out at around 80-85% of * the maximum performance. When set to a number N greater than 1, this mode will increase the * cache usage and single thread performance by N times. |