Skip to content

Commit a28b903

Browse files
committed
Replacing warning to be more specific
1 parent 92d1503 commit a28b903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/content/docs/durable-objects/reference/data-location.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ let durableObjectStub = OBJECT_NAMESPACE.get(id, { locationHint: "enam" });
7272
```
7373

7474
:::caution
75-
76-
Hints are a best effort and not a guarantee. Unlike with jurisdictions, Durable Objects will not necessarily be instantiated in the hinted location, but instead instantiated in a data center selected to minimize latency from the hinted location.
75+
If the location hint cannot be respected when creating a Durable Object, the Durable Object creation will fail.
7776
:::
7877

7978
### Supported locations

0 commit comments

Comments
 (0)