Skip to content

Commit e66d227

Browse files
Update src/content/docs/durable-objects/api/state.mdx
Co-authored-by: Lambros Petrou <[email protected]>
1 parent 7d8413a commit e66d227

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/durable-objects/api

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/api/state.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To help mitigate deadlocks there is a 30 second timeout applied when executing t
8282

8383
:::note
8484

85-
You should only need `blockConcurrencyWhile` if you are making additional, asynchronous calls (such as to another API or service) and cannot tolerate those other requests changing the internal state of the Durable Object when the event loop is yielded.
85+
You should only need `blockConcurrencyWhile` if you are making additional, asynchronous calls (such as to another API or service), and cannot tolerate other requests processed by the Durable Object changing its internal while the event loop is yielded from the original request.
8686

8787
In practice, this is quite rare, and most use cases do not need `blockConcurrencyWhile`.
8888

0 commit comments

Comments
 (0)