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

[TD-2606]<enhance>: double TSDB_MAX_WAL_SIZE from 1M to 2M
This commit is contained in:
Shengliang Guan 2020-12-30 14:46:36 +08:00 committed by GitHub
commit 59ad3bdb6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -436,7 +436,7 @@ void tsDataSwap(void *pLeft, void *pRight, int32_t type, int32_t size, void* buf
#define TSDB_PORT_HTTP 11 #define TSDB_PORT_HTTP 11
#define TSDB_PORT_ARBITRATOR 12 #define TSDB_PORT_ARBITRATOR 12
#define TSDB_MAX_WAL_SIZE (1024*1024) #define TSDB_MAX_WAL_SIZE (1024*1024*2)
typedef enum { typedef enum {
TAOS_QTYPE_RPC = 0, TAOS_QTYPE_RPC = 0,