File tree Expand file tree Collapse file tree
src/components/Shared/self-hosted Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
174174 < p >
175175 High-performance pooling is supported in Ory Enterprise License (OEL)
176176 images. Read more about it in the{ " " }
177- < a href = "./oel/high-performance-pooling" > high-performance pooling</ a > { " " }
177+ < a href = "../self-hosted /oel/high-performance-pooling" > high-performance pooling</ a > { " " }
178178 documentation.
179179 </ p >
180180
@@ -197,7 +197,7 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
197197 server-side. By contrast, establishing a new TLS connection to a cluster
198198 can take several hundred milliseconds in many scenarios. As a
199199 consequence, Ory recommends using{ " " }
200- < a href = "# high-performance-pooling" > high-performance pooling</ a > and
200+ < a href = "../self-hosted/oel/ high-performance-pooling" > high-performance pooling</ a > { " " } and
201201 setting the minimum and maximum pool sizes equal, as well as disabling
202202 termination of idle connections (< code > pool_max_conn_idle_time=0</ code >
203203 ).
You can’t perform that action at this time.
0 commit comments