Skip to content

Commit

Permalink
Merge branch 'fix_performance' of
Browse files Browse the repository at this point in the history
  • Loading branch information
aacitelli committed Oct 11, 2022
1 parent 5fbdaf5 commit 8c613bc
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)
@Container(containerName = "${azure.cosmos.ec-container-name}", autoCreateContainer = false, ru="800")
@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)
@Container(containerName = "${azure.cosmos.service-container-name}", autoCreateContainer = false, ru="800")
@Getter
@Setter
@NoArgsConstructor
Expand Down

0 comments on commit 8c613bc

Please sign in to comment.