Skip to content

Commit

Permalink
code review fix
Browse files Browse the repository at this point in the history
Signed-off-by: Rakesh Kumar <[email protected]>
  • Loading branch information
rakkuma committed Aug 6, 2020
1 parent 69bc8a5 commit 065434a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Microsoft.Azure.Cosmos
/// </summary>
internal class BatchAsyncContainerExecutorCache : IDisposable
{
// Same as bulk v2.
// Large size leads to large number of index term which can lead to frequent timeouts, so limiting to 200KB. Bulk V2 also have same values.
internal const int DefaultMaxBulkRequestBodySizeInBytes = 220201;
private ConcurrentDictionary<string, BatchAsyncContainerExecutor> executorsPerContainer = new ConcurrentDictionary<string, BatchAsyncContainerExecutor>();

Expand Down

0 comments on commit 065434a

Please sign in to comment.