Skip to content

Commit

Permalink
[Feature] - default_batch_fetch_size ์ ์šฉ (#647)
Browse files Browse the repository at this point in the history
* feat: default_batch_fetch_size - 100 ์„ค์ •

* feat: test ํ”„๋กœํŒŒ์ผ default_batch_fetch_size - 100 ์„ค์ •
  • Loading branch information
Libienz authored Jan 19, 2025
1 parent 208daac commit 0192d2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ management:
spring:
jpa:
open-in-view: false
properties:
hibernate:
default_batch_fetch_size: 100

server:
tomcat:
Expand Down
1 change: 1 addition & 0 deletions backend/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spring:
properties:
hibernate:
format_sql: true
default_batch_fetch_size: 100
hibernate:
ddl-auto: validate
open-in-view: false
Expand Down

0 comments on commit 0192d2f

Please sign in to comment.