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,9 @@ 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 = "../self-hosted/oel/high-performance-pooling" > high-performance pooling</ a > { " " }
177+ < a href = "../self-hosted/oel/high-performance-pooling" >
178+ high-performance pooling
179+ </ a > { " " }
178180 documentation.
179181 </ p >
180182
@@ -197,9 +199,12 @@ export function DeploymentDatabase({ product }: DeploymentDatabaseProps) {
197199 server-side. By contrast, establishing a new TLS connection to a cluster
198200 can take several hundred milliseconds in many scenarios. As a
199201 consequence, Ory recommends using{ " " }
200- < a href = "../self-hosted/oel/high-performance-pooling" > high-performance pooling</ a > { " " } and
201- setting the minimum and maximum pool sizes equal, as well as disabling
202- termination of idle connections (< code > pool_max_conn_idle_time=0</ code >
202+ < a href = "../self-hosted/oel/high-performance-pooling" >
203+ high-performance pooling
204+ </ a > { " " }
205+ and setting the minimum and maximum pool sizes equal, as well as
206+ disabling termination of idle connections (
207+ < code > pool_max_conn_idle_time=0</ code >
203208 ).
204209 </ p >
205210
You can’t perform that action at this time.
0 commit comments