Skip to content

Commit e053c93

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

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
@@ -39,7 +39,7 @@ npx wrangler hyperdrive create my-hyperdrive \
3939
<TabItem label="Update existing configuration">
4040
```sh
4141
npx wrangler hyperdrive update my-hyperdrive-id \
42-
--max-size=15
42+
--origin-connection-limit=15
4343
```
4444
</TabItem>
4545
</Tabs>

0 commit comments

Comments
 (0)