Browse Source

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

Con Kolivas 12 years ago
parent
commit
af0ae8aa5b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      driver-bflsc.c

+ 2 - 2
driver-bflsc.c

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