Merge pull request #4910 from taosdata/enhance/TD-2606

[TD-2606]<enhance>: enlarge TSDB_MAX_WAL_SIZE from 2M to 3M
This commit is contained in:
huili 2021-01-14 20:31:01 +08:00 committed by GitHub
commit 74c5ad6159
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -444,7 +444,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,