Skip to content

Commit 7ab13c8

Browse files
committed
fix limit amount on undefined operations
1 parent 9885744 commit 7ab13c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/concepts-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ The following table lists request limits per 5 minute interval, per account, unl
129129
| Maximum Get or List database & container | 500 ¹ |
130130
| Maximum Update provisioned throughput | 25 |
131131
| Maximum regional failover | 10 (per hour) ² |
132-
| Maximum number of all operations (PUT, POST, PATCH, DELETE, GET) not defined above | 100 |
132+
| Maximum number of all operations (PUT, POST, PATCH, DELETE, GET) not defined above | 500 |
133133

134134
¹ Users should use [singleton client](nosql/best-practice-dotnet.md#checklist) for SDK instances and cache keys and database and container references between requests for the lifetime of that instance.
135135
² Regional failovers only apply to single region writes accounts. Multi-region write accounts don't require or allow changing the write region.

0 commit comments

Comments
 (0)