Skip to content

Commit

Permalink
fix#3
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 11, 2022
1 parent e135444 commit 0d016a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.time.LocalDateTime;
import java.util.List;

@Container(containerName = "${azure.cosmos.ec-container-name}", autoCreateContainer = false, ru="1000")
@Container(containerName = "${azure.cosmos.ec-container-name}", autoCreateContainer = false, autoScale = true, ru="4000")
@Getter
@Setter
@NoArgsConstructor
Expand Down

0 comments on commit 0d016a6

Please sign in to comment.