Skip to content

Commit e95d53c

Browse files
committed
docs: fixed formatting
1 parent 2d4ef65 commit e95d53c

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

src/components/Shared/self-hosted/deployment.tsx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)