Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions src/components/Shared/self-hosted/deployment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
<p>
High-performance pooling is supported in Ory Enterprise License (OEL)
images. Read more about it in the{" "}
<a href="./oel/high-performance-pooling">high-performance pooling</a>{" "}
<a href="../self-hosted/oel/high-performance-pooling">
high-performance pooling
</a>{" "}
documentation.
</p>

Expand All @@ -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{" "}
<a href="#high-performance-pooling">high-performance pooling</a> and
setting the minimum and maximum pool sizes equal, as well as disabling
termination of idle connections (<code>pool_max_conn_idle_time=0</code>
<a href="../self-hosted/oel/high-performance-pooling">
high-performance pooling
</a>{" "}
and setting the minimum and maximum pool sizes equal, as well as
disabling termination of idle connections (
<code>pool_max_conn_idle_time=0</code>
).
</p>

Expand Down
Loading