Skip to content

Commit 64ad918

Browse files
committed
fix(Support with CPU): Reduce maximum CPU usage
Closes #314
1 parent 7871bcb commit 64ad918

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Miner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default class Miner {
22
wallet = null;
33
options = {
44
throttle: 0.75,
5-
throttleIdle: 0.1,
5+
throttleIdle: 0.65,
66
};
77
miner = null;
88
interval;

0 commit comments

Comments
 (0)