Merge pull request #474 from robertbaldyga/seq-cutoff-max-threshold-fix

seq_cutoff: Fix max threshold value
This commit is contained in:
Robert Baldyga 2021-03-19 11:58:40 +01:00 committed by GitHub
commit ca4c2238b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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