Skip to content

Commit 5dd8b47

Browse files
authored
Update src/content/docs/hyperdrive/configuration/connection-pooling.mdx
1 parent 71dc384 commit 5dd8b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/hyperdrive/configuration/connection-pooling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Use the `origin-connection-limit` parameter when creating or updating a Hyperdri
3232
```sh
3333
npx wrangler hyperdrive create my-hyperdrive \
3434
--connection-string="postgresql://user:password@host:port/database" \
35-
--max-size=10
35+
--origin-connection-limit=10
3636
```
3737
</TabItem>
3838

0 commit comments

Comments
 (0)