adjust MAX_TABLET_NUM to 32

This commit is contained in:
hamstersox
2023-06-27 09:48:10 +00:00
committed by ob-robot
parent e5062ad439
commit 28506560f5

View File

@ -2863,7 +2863,7 @@ int ObStorageFetchLSViewP::process()
ObLSService *ls_service = NULL; ObLSService *ls_service = NULL;
ObLS *ls = NULL; ObLS *ls = NULL;
char * buf = NULL; char * buf = NULL;
const int64_t MAX_TABLET_NUM = 100; const int64_t MAX_TABLET_NUM = 32;
int64_t filled_tablet_count = 0; int64_t filled_tablet_count = 0;
int64_t total_tablet_count = 0; int64_t total_tablet_count = 0;