Skip to content

Commit

Permalink
Deacreased full stats update
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Feb 9, 2022
1 parent 5cf4c2b commit bce0a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ function updateShareStats() {
}
updateShareStats2(body.height + 1, function() {
if (++cycleCount === 6) cycleCount = 0;
setTimeout(updateShareStats, 10*1000);
setTimeout(updateShareStats, 20*1000);
});
});
}
Expand Down

0 comments on commit bce0a0f

Please sign in to comment.