This commit is contained in:
Shengliang Guan 2020-08-07 14:17:33 +08:00
parent c622094fc7
commit 61a755e310
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ void tsDataSwap(void *pLeft, void *pRight, int32_t type, int32_t size);
#define TSDB_MIN_DAYS_PER_FILE 1
#define TSDB_MAX_DAYS_PER_FILE 3650
#define TSDB_DEFAULT_DAYS_PER_FILE 5
#define TSDB_DEFAULT_DAYS_PER_FILE 2
#define TSDB_MIN_KEEP 1 // data in db to be reserved.
#define TSDB_MAX_KEEP 365000 // data in db to be reserved.