Bxiao request changed from 100 to 1000

This commit is contained in:
slguan 2021-03-31 18:32:56 +08:00
parent 536a9e9f3f
commit 0bbfc5a532
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ do { \
#define TSDB_MIN_TABLES 4
#define TSDB_MAX_TABLES 10000000
#define TSDB_DEFAULT_TABLES 1000000
#define TSDB_TABLES_STEP 100
#define TSDB_TABLES_STEP 1000
#define TSDB_MIN_DAYS_PER_FILE 1
#define TSDB_MAX_DAYS_PER_FILE 3650