Skip to content

Commit d350756

Browse files
authored
backport of commit 72f9a6a
1 parent 9a48766 commit d350756

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

website/content/api-docs/secret/databases/mssql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If ≤ `0s` connections are reused forever.
41+
time a connection may be reused. If <= `0s` connections are reused forever.
4242

4343
- `username` `(string: "")` - The root credential username used in the connection URL.
4444

website/content/api-docs/secret/databases/oracle.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ has a number of parameters to further configure a connection.
3535
`max_open_connections` it will be reduced to be equal.
3636

3737
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
38-
time a connection may be reused. If &le; `0s` connections are reused forever.
38+
time a connection may be reused. If <= `0s` connections are reused forever.
3939

4040
- `username` `(string: "")` - The root credential username used in the connection URL.
4141

website/content/api-docs/secret/databases/postgresql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If &le; `0s`, connections are reused forever.
41+
time a connection may be reused. If <= `0s`, connections are reused forever.
4242

4343
- `username` `(string: "")` - The root credential username used in the connection URL.
4444

website/content/api-docs/secret/databases/redshift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If &le; `0s` connections are reused forever.
41+
time a connection may be reused. If <= `0s` connections are reused forever.
4242

4343
- `username` `(string: "")` - The root credential username used in the connection URL.
4444

website/content/api-docs/secret/databases/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ has a number of parameters to further configure a connection.
3838
`max_open_connections` it will be reduced to be equal.
3939

4040
- `max_connection_lifetime` `(string: "0s")` - Specifies the maximum amount of
41-
time a connection may be reused. If &le; `0s` connections are reused forever.
41+
time a connection may be reused. If <= `0s` connections are reused forever.
4242

4343
- `username` `(string: "")` - The root credential username used in the connection URL.
4444

0 commit comments

Comments
 (0)