We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63d693 commit f89df29Copy full SHA for f89df29
tc_mysql_module.c
@@ -35,7 +35,7 @@ static int
35
init_mysql_module()
36
{
37
38
- ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE, 0, 0);
+ ctx.pool = tc_create_pool(TC_PLUGIN_POOL_SIZE, TC_PLUGIN_POOL_SUB_SIZE, 0);
39
40
if (ctx.pool) {
41
0 commit comments