diff --git a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx index 68062e08a7845af..3ff36ac76e7d086 100644 --- a/src/content/partials/workers/wrangler-commands/hyperdrive.mdx +++ b/src/content/partials/workers/wrangler-commands/hyperdrive.mdx @@ -44,6 +44,8 @@ wrangler hyperdrive create [OPTIONS] - Sets custom mTLS client certificates when connecting to origin database. - `--sslmode` - Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`. +- `--origin-connection-limit` + - The (soft) maximum number of connections that Hyperdrive may establish to the origin database. @@ -89,6 +91,8 @@ wrangler hyperdrive update [OPTIONS] - Sets custom mTLS client certificates when connecting to origin database. - `--sslmode` - Sets SSL mode for CA verification. Must be `require` | `verify-ca` | `verify-full`. +- `--origin-connection-limit` + - The (soft) maximum number of connections that Hyperdrive may establish to the origin database.