change a definition

This commit is contained in:
Shengliang Guan 2020-07-11 07:51:04 +00:00
parent 164aed70b9
commit a765cf6efe
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ void tsDataSwap(void *pLeft, void *pRight, int32_t type, int32_t size);
#define TSDB_DEFAULT_TOTAL_BLOCKS 4
#define TSDB_MIN_TABLES 4
#define TSDB_MAX_TABLES 2000000
#define TSDB_MAX_TABLES 5000000
#define TSDB_DEFAULT_TABLES 200000
#define TSDB_TABLES_STEP 10000