Skip to content

Commit

Permalink
Fix CosmosModelConfigurationSample (#3607)
Browse files Browse the repository at this point in the history
  • Loading branch information
okyrylchuk authored Dec 17, 2021
1 parent d20a176 commit 331b0b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
modelBuilder.Entity<Family>(
entityTypeBuilder =>
{
entityTypeBuilder.HasAutoscaleThroughput(3000);
entityTypeBuilder.HasManualThroughput(3000);
entityTypeBuilder.HasAutoscaleThroughput(12000);
});
#endregion
Expand Down

0 comments on commit 331b0b2

Please sign in to comment.