Browse Source

Change default log interval to 3 seconds for faster screen refreshes since vardiff will prevent massive on screen hash updates in the future.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
f1f6b31faf
  1. 2
      cgminer.c

2
cgminer.c

@ -94,7 +94,7 @@ bool opt_realquiet;
bool opt_loginput; bool opt_loginput;
bool opt_compact; bool opt_compact;
const int opt_cutofftemp = 95; const int opt_cutofftemp = 95;
int opt_log_interval = 5; int opt_log_interval = 3;
int opt_queue = 1; int opt_queue = 1;
int opt_scantime = 60; int opt_scantime = 60;
int opt_expiry = 120; int opt_expiry = 120;

Loading…
Cancel
Save