From 2d4ef65cd41dd68e4332833384e676cd76952eaf Mon Sep 17 00:00:00 2001 From: unatasha8 Date: Wed, 29 Apr 2026 20:56:28 -0700 Subject: [PATCH 1/2] docs: fixed 404 error for high-performance pooling link --- src/components/Shared/self-hosted/deployment.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Shared/self-hosted/deployment.tsx b/src/components/Shared/self-hosted/deployment.tsx index be10f7d194..ec9c4017e5 100644 --- a/src/components/Shared/self-hosted/deployment.tsx +++ b/src/components/Shared/self-hosted/deployment.tsx @@ -174,7 +174,7 @@ 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,7 +197,7 @@ 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 + 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 ). From e95d53c8a164d7c7d5e1d07dc028cafd91df31a8 Mon Sep 17 00:00:00 2001 From: unatasha8 Date: Wed, 29 Apr 2026 21:20:39 -0700 Subject: [PATCH 2/2] docs: fixed formatting --- src/components/Shared/self-hosted/deployment.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/components/Shared/self-hosted/deployment.tsx b/src/components/Shared/self-hosted/deployment.tsx index ec9c4017e5..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 ).