Skip to content

Commit

Permalink
Fix memory pool problems
Browse files Browse the repository at this point in the history
  • Loading branch information
lazio579 committed Mar 14, 2017
1 parent 9085161 commit b32ec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc_mysql_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

Expand Down

0 comments on commit b32ec74

Please sign in to comment.