Skip to content

Commit

Permalink
fix#7
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Oct 11, 2022
1 parent 96a361d commit 3fe9313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, ru="1200")
@Getter
@Setter
@NoArgsConstructor
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.time.LocalDateTime;
import java.util.List;

@Container(containerName = "${azure.cosmos.service-container-name}", autoCreateContainer = false, ru="800")
@Container(containerName = "${azure.cosmos.service-container-name}", autoCreateContainer = false, ru="1200")
@Getter
@Setter
@NoArgsConstructor
Expand Down

0 comments on commit 3fe9313

Please sign in to comment.