Skip to content

Commit

Permalink
increase opt_statavg from 30secs to 5mins
Browse files Browse the repository at this point in the history
help average out hash-rate takes stats average for hash-rate over 5 mins instead of default 30 seconds
  • Loading branch information
nemosminer authored Apr 7, 2018
1 parent d4e2607 commit 37c9a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccminer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ double opt_resume_temp = 0.;
double opt_resume_diff = 0.;
double opt_resume_rate = -1.;

int opt_statsavg = 30;
int opt_statsavg = 300;

bool opt_eco_mode = false;
bool allow_getwork = true;
Expand Down

0 comments on commit 37c9a72

Please sign in to comment.