[FEAT MERGE] New upgrade framework for 4.x
This commit is contained in:
2
deps/oblib/src/lib/ob_define.h
vendored
2
deps/oblib/src/lib/ob_define.h
vendored
@ -131,6 +131,8 @@ const int64_t OB_MAX_CHILD_MEMBER_NUMBER_IN_FOLLOWER = 5;
|
||||
const int64_t OB_DEFAULT_MEMBER_NUMBER = 3;
|
||||
const int64_t MAX_VALUE_LENGTH = 4096;
|
||||
const int64_t MAX_LLC_BITMAP_LENGTH = 4096;
|
||||
const int64_t MAX_CLUSTER_EVENT_NAME_LENGTH = 256;
|
||||
const int64_t MAX_CLUSTER_EVENT_VALUE_LENGTH = 4096;
|
||||
const int64_t MAX_ROOTSERVICE_EVENT_NAME_LENGTH = 256;
|
||||
const int64_t MAX_ROOTSERVICE_EVENT_VALUE_LENGTH = 256;
|
||||
const int64_t MAX_ROOTSERVICE_EVENT_DESC_LENGTH = 64;
|
||||
|
||||
Reference in New Issue
Block a user