1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00

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

This reverts commit f1f6b31faf.

Screen update frequency is what I wanted to change, not the log interval.
This commit is contained in:
Con Kolivas 2012-11-11 17:14:55 +11:00
parent 298ffcbc9e
commit 149781cf47

View File

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