Browse Source

Queue enough requests to get started.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
3ab5dba67e
  1. 3
      cgminer.c

3
cgminer.c

@ -5701,6 +5701,9 @@ begin_bench: @@ -5701,6 +5701,9 @@ begin_bench:
pthread_detach(thr->pth);
#endif
for (i = 0; i < mining_threads + opt_queue; i++)
queue_request(NULL, false);
/* main loop - simply wait for workio thread to exit. This is not the
* normal exit path and only occurs should the workio_thread die
* unexpectedly */

Loading…
Cancel
Save