[TD-2606]<enhance>: enlarge TSDB_MAX_WAL_SIZE from 2M to 3M

This commit is contained in:
Minglei Jin 2021-01-14 16:41:35 +08:00
parent 3fa820e649
commit 5272d8e305
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ int32_t tStrToInteger(const char* z, int16_t type, int32_t n, int64_t* value, bo
#define TSDB_PORT_HTTP 11
#define TSDB_PORT_ARBITRATOR 12
#define TSDB_MAX_WAL_SIZE (1024*1024*2)
#define TSDB_MAX_WAL_SIZE (1024*1024*3)
typedef enum {
TAOS_QTYPE_RPC = 0,