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:
commit
74c5ad6159
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue