We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dc384 commit 5dd8b47Copy full SHA for 5dd8b47
src/content/docs/hyperdrive/configuration/connection-pooling.mdx
@@ -32,7 +32,7 @@ Use the `origin-connection-limit` parameter when creating or updating a Hyperdri
32
```sh
33
npx wrangler hyperdrive create my-hyperdrive \
34
--connection-string="postgresql://user:password@host:port/database" \
35
- --max-size=10
+ --origin-connection-limit=10
36
```
37
</TabItem>
38
0 commit comments