From 502c92770ad19556dabf4d08fc0d798e19aaf231 Mon Sep 17 00:00:00 2001 From: Minglei Jin Date: Wed, 30 Dec 2020 09:17:29 +0800 Subject: [PATCH] [TD-2606]: double TSDB_MAX_WAL_SIZE from 1M to 2M --- src/inc/taosdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inc/taosdef.h b/src/inc/taosdef.h index 1ae37fa28a..7f1ed40815 100644 --- a/src/inc/taosdef.h +++ b/src/inc/taosdef.h @@ -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_ARBITRATOR 12 -#define TSDB_MAX_WAL_SIZE (1024*1024) +#define TSDB_MAX_WAL_SIZE (1024*1024*2) typedef enum { TAOS_QTYPE_RPC = 0, -- GitLab