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 5dd8b47 commit e053c93Copy full SHA for e053c93
src/content/docs/hyperdrive/configuration/connection-pooling.mdx
@@ -39,7 +39,7 @@ npx wrangler hyperdrive create my-hyperdrive \
39
<TabItem label="Update existing configuration">
40
```sh
41
npx wrangler hyperdrive update my-hyperdrive-id \
42
- --max-size=15
+ --origin-connection-limit=15
43
```
44
</TabItem>
45
</Tabs>
0 commit comments