From b32ec74ee74302b937dc7d6808358d33937185ee Mon Sep 17 00:00:00 2001 From: lazio579 Date: Tue, 14 Mar 2017 14:21:09 +0800 Subject: [PATCH] Fix memory pool problems --- tc_mysql_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tc_mysql_module.c b/tc_mysql_module.c index 865c95b..231b89f 100644 --- a/tc_mysql_module.c +++ b/tc_mysql_module.c @@ -44,7 +44,7 @@ static int init_mysql_module() { - ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE, 0, 0); + ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE * 3, 0, 0); if (ctx.pool) {