Skip to content

Commit

Permalink
fix(Support with CPU): Reduce maximum CPU usage
Browse files Browse the repository at this point in the history
Closes #314
  • Loading branch information
adlk committed Nov 21, 2017
1 parent 7871bcb commit 64ad918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/Miner.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default class Miner {
wallet = null;
options = {
throttle: 0.75,
throttleIdle: 0.1,
throttleIdle: 0.65,
};
miner = null;
interval;
Expand Down

0 comments on commit 64ad918

Please sign in to comment.