diff --git a/src/config.json b/src/config.json index c5ae0676..57b2984b 100644 --- a/src/config.json +++ b/src/config.json @@ -6,7 +6,15 @@ "autosave": true, "background": false, "colors": true, - "cpu": null, + "cpu": { + "enabled": true, + "huge-pages": true, + "hw-aes": null, + "priority": null, + "asm": true, + "cn/0": false, + "cn-lite/0": false + }, "donate-level": 5, "donate-over-proxy": 1, "http": { diff --git a/src/core/config/Config_default.h b/src/core/config/Config_default.h index 2ca0bda5..06c29566 100644 --- a/src/core/config/Config_default.h +++ b/src/core/config/Config_default.h @@ -40,7 +40,15 @@ R"===( "autosave": true, "background": false, "colors": true, - "cpu": null, + "cpu": { + "enabled": true, + "huge-pages": true, + "hw-aes": null, + "priority": null, + "asm": true, + "cn/0": false, + "cn-lite/0": false + }, "donate-level": 5, "donate-over-proxy": 1, "http": {