1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-05 11:34:16 +00:00

Reinstate minimum 1 extra in queue to make it extremely unlikely to ever have 0 staged work items and any idle time.

This commit is contained in:
Con Kolivas 2011-08-28 20:24:17 +10:00
parent 8a7b9acd00
commit 8d39311613

2
main.c
View File

@ -193,7 +193,7 @@ static int fail_pause = 5;
static int opt_log_interval = 5;
bool opt_log_output = false;
static bool opt_dynamic = true;
static int opt_queue;
static int opt_queue = 1;
int opt_vectors;
int opt_worksize;
int opt_scantime = 60;