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

Decrease bflsc queue lines min to match removal of inprocess message.

This commit is contained in:
Con Kolivas 2013-08-30 20:36:44 +10:00
parent 8aa50e19fa
commit 3f8d56be52

View File

@ -165,7 +165,7 @@ struct QueueJobStructure {
uint8_t endOfBlock;
};
#define QUE_RES_LINES_MIN 3
#define QUE_RES_LINES_MIN 2
#define QUE_MIDSTATE 0
#define QUE_BLOCKDATA 1