Merge pull request #474 from robertbaldyga/seq-cutoff-max-threshold-fix
seq_cutoff: Fix max threshold value
This commit is contained in:
commit
ca4c2238b4
@ -178,7 +178,7 @@ typedef enum {
|
|||||||
#define OCF_SEQ_CUTOFF_PERCORE_STREAMS 128
|
#define OCF_SEQ_CUTOFF_PERCORE_STREAMS 128
|
||||||
#define OCF_SEQ_CUTOFF_PERQUEUE_STREAMS 64
|
#define OCF_SEQ_CUTOFF_PERQUEUE_STREAMS 64
|
||||||
#define OCF_SEQ_CUTOFF_MIN_THRESHOLD 1
|
#define OCF_SEQ_CUTOFF_MIN_THRESHOLD 1
|
||||||
#define OCF_SEQ_CUTOFF_MAX_THRESHOLD 4194181
|
#define OCF_SEQ_CUTOFF_MAX_THRESHOLD 4294841344
|
||||||
#define OCF_SEQ_CUTOFF_MIN_PROMOTION_COUNT 1
|
#define OCF_SEQ_CUTOFF_MIN_PROMOTION_COUNT 1
|
||||||
#define OCF_SEQ_CUTOFF_MAX_PROMOTION_COUNT 65535
|
#define OCF_SEQ_CUTOFF_MAX_PROMOTION_COUNT 65535
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user