Skip to content

Commit 6e4688a

Browse files
committed
Adding D1 simultaneous connection limit as an FAQ
1 parent d12eefe commit 6e4688a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

src/content/docs/d1/platform/limits.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,10 @@ D1 is designed for horizontal scale out across multiple, smaller (10 GB) databas
6363

6464
:::caution
6565
Note that the 10 GB limit of a D1 database cannot be further increased.
66-
:::
66+
:::
67+
68+
### How many simultaneous connections can a Worker open to D1?
69+
70+
You can open up to six connections (to D1) simultaneously for each invocation of your Worker.
71+
72+
For more information on simultaneous connections, refer to [Simultaneous open connections](/workers/platform/limits/#simultaneous-open-connections).

src/content/docs/workers/platform/limits.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ When the client disconnects, all tasks associated with that client’s request a
218218

219219
## Simultaneous open connections
220220

221-
You can open up to six connections simultaneously, for each invocation of your Worker. The connections opened by the following API calls all count toward this limit:
221+
You can open up to six connections simultaneously for each invocation of your Worker. The connections opened by the following API calls all count toward this limit:
222222

223223
- the `fetch()` method of the [Fetch API](/workers/runtime-apis/fetch/).
224224
- `get()`, `put()`, `list()`, and `delete()` methods of [Workers KV namespace objects](/kv/api/).

0 commit comments

Comments
 (0)