Skip to content

Commit 636a2ca

Browse files
j82wdeborahc
andauthored
Update articles/cosmos-db/troubleshoot-dot-net-sdk.md
Co-Authored-By: Deborah Chen <[email protected]>
1 parent 5bdc07a commit 636a2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/troubleshoot-dot-net-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you received the following 401 error message: "The MAC signature found in the
109109
The size of the header has grown to large and is exceeding the maximum allowed size. It's always recommended to use the latest SDK. Make sure to use at least version [3.x](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md) or [2.x](https://github.com/Azure/azure-cosmos-dotnet-v2/blob/master/changelog.md), which adds header size tracing to the exception message.
110110

111111
Causes:
112-
1. The session token has grown to large. The session token grows as the number of partitions increase in the container.
112+
1. The session token has grown too large. The session token grows as the number of partitions increase in the container.
113113
2. The continuation token has grown to large. Different queries will have different continuation token sizes.
114114
3. It's caused by a combination of the session token and continuation token.
115115

0 commit comments

Comments
 (0)