Returned low thread priorty as it seems after thorough tests that there is an impact afterall. But this functionality is now controlled by option 'mining.lower'.
This commit is contained in:
+3
-1
@@ -84,7 +84,9 @@ impl Default for Dns {
|
||||
#[derive(Clone, Debug, Default, Serialize, Deserialize)]
|
||||
pub struct Mining {
|
||||
#[serde(default)]
|
||||
pub threads: usize
|
||||
pub threads: usize,
|
||||
#[serde(default)]
|
||||
pub lower: bool
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user