File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/content/partials/workers/wrangler-commands Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments