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

Decrease BAL and BAS latency to be just larger than one result read.

This commit is contained in:
Con Kolivas 2013-06-19 12:09:30 +10:00
parent e300e50281
commit af0ae8aa5b

View File

@ -333,8 +333,8 @@ struct SaveString {
#define BFLSC_MAX_SLEEP 2000 #define BFLSC_MAX_SLEEP 2000
#define BAJ_LATENCY LATENCY_STD #define BAJ_LATENCY LATENCY_STD
#define BAL_LATENCY LATENCY_STD #define BAL_LATENCY 12
#define BAS_LATENCY LATENCY_STD #define BAS_LATENCY 12
// For now a BAM doesn't really exist - it's currently 8 independent BASs // For now a BAM doesn't really exist - it's currently 8 independent BASs
#define BAM_LATENCY 2 #define BAM_LATENCY 2