mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Drop watermark low limits for bflsc.
This commit is contained in:
parent
e172c987f3
commit
7b42b83d3f
@ -343,14 +343,14 @@ struct SaveString {
|
||||
#define BFLSC_QUE_SIZE_V1 20
|
||||
#define BFLSC_QUE_FULL_ENOUGH_V1 13
|
||||
#define BFLSC_QUE_WATERMARK_V1 6
|
||||
#define BFLSC_QUE_LOW_V1 3
|
||||
#define BFLSC_QUE_LOW_V1 2
|
||||
|
||||
// TODO: use 5 batch jobs
|
||||
// TODO: base these numbers on the chip count?
|
||||
#define BFLSC_QUE_SIZE_V2 40
|
||||
#define BFLSC_QUE_FULL_ENOUGH_V2 36
|
||||
#define BFLSC_QUE_WATERMARK_V2 32
|
||||
#define BFLSC_QUE_LOW_V2 16
|
||||
#define BFLSC_QUE_LOW_V2 8
|
||||
|
||||
// Must drop this far below cutoff before resuming work
|
||||
#define BFLSC_TEMP_RECOVER 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user