From 5b7f1fe85389f5d467440bf0d0e491b1eb4243a4 Mon Sep 17 00:00:00 2001 From: XMRig Date: Sat, 28 Sep 2019 02:34:10 +0700 Subject: [PATCH] Updated default config example. --- src/config.json | 1 + src/core/config/Config_default.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/config.json b/src/config.json index ee3c84ea..ec8ac419 100644 --- a/src/config.json +++ b/src/config.json @@ -23,6 +23,7 @@ "huge-pages": true, "hw-aes": null, "priority": null, + "max-threads-hint": 100, "asm": true, "argon2-impl": null, "cn/0": false, diff --git a/src/core/config/Config_default.h b/src/core/config/Config_default.h index 4410e199..00c4cf12 100644 --- a/src/core/config/Config_default.h +++ b/src/core/config/Config_default.h @@ -57,6 +57,7 @@ R"===( "huge-pages": true, "hw-aes": null, "priority": null, + "max-threads-hint": 100, "asm": true, "argon2-impl": null, "cn/0": false,