Skip to content

Commit f89df29

Browse files
committed
Optimize sub pool size
1 parent a63d693 commit f89df29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tc_mysql_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ static int
3535
init_mysql_module()
3636
{
3737

38-
ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE, 0, 0);
38+
ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE, TC_PLUGIN_POOL_SUB_SIZE, 0);
3939

4040
if (ctx.pool) {
4141

0 commit comments

Comments
 (0)