Skip to content

Commit d180964

Browse files
authored
Adding --origin-connection-limit flag (cloudflare#24484)
1 parent 0004093 commit d180964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/partials/workers/wrangler-commands/hyperdrive.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ wrangler hyperdrive create <CONFIG_NAME> [OPTIONS]
4444
- Sets custom mTLS client certificates when connecting to origin database.
4545
- `--sslmode` <Type text="string" /> <MetaInfo text="optional" />
4646
- Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`.
47+
- `--origin-connection-limit` <Type text="number" /> <MetaInfo text="optional" />
48+
- The (soft) maximum number of connections that Hyperdrive may establish to the origin database.
4749

4850
<Render file="wrangler-commands/global-flags" product="workers" />
4951

@@ -89,6 +91,8 @@ wrangler hyperdrive update <ID> [OPTIONS]
8991
- Sets custom mTLS client certificates when connecting to origin database.
9092
- `--sslmode` <Type text="string" /> <MetaInfo text="optional" />
9193
- Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`.
94+
- `--origin-connection-limit` <Type text="number" /> <MetaInfo text="optional" />
95+
- The (soft) maximum number of connections that Hyperdrive may establish to the origin database.
9296

9397
<Render file="wrangler-commands/global-flags" product="workers" />
9498

0 commit comments

Comments
 (0)