diff --git a/src/components/Shared/self-hosted/deployment.tsx b/src/components/Shared/self-hosted/deployment.tsx index be10f7d194..d1d01171b7 100644 --- a/src/components/Shared/self-hosted/deployment.tsx +++ b/src/components/Shared/self-hosted/deployment.tsx @@ -174,7 +174,9 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {

High-performance pooling is supported in Ory Enterprise License (OEL) images. Read more about it in the{" "} - high-performance pooling{" "} + + high-performance pooling + {" "} documentation.

@@ -197,9 +199,12 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) { server-side. By contrast, establishing a new TLS connection to a cluster can take several hundred milliseconds in many scenarios. As a consequence, Ory recommends using{" "} - high-performance pooling and - setting the minimum and maximum pool sizes equal, as well as disabling - termination of idle connections (pool_max_conn_idle_time=0 + + high-performance pooling + {" "} + and setting the minimum and maximum pool sizes equal, as well as + disabling termination of idle connections ( + pool_max_conn_idle_time=0 ).