Skip to content

Commit

Permalink
WIP reverting spring.jdbc.template.fetch-size. Trying jdbc 21.5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SoLetsDev committed Oct 12, 2023
1 parent b2b18dd commit b9f2632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<shedlock.version>4.20.0</shedlock.version>
<springdoc.version>1.6.15</springdoc.version>
<nats.version>2.11.0</nats.version>
<ojdbc.version>21.7.0.0</ojdbc.version>
<ojdbc.version>21.5.0.0</ojdbc.version>
<guava.version>30.1.1-jre</guava.version>
<embedded-redis.version>0.7.3</embedded-redis.version>
<flatpack.version>4.0.4</flatpack.version>
Expand Down
1 change: 0 additions & 1 deletion api/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,3 @@ logging.level.com.zaxxer.hikari.HikariConfig=DEBUG
logging.level.com.zaxxer.hikari=TRACE
spring.datasource.hikari.leak-detection-threshold=20000
#TODO remove after changed spring.jpa.properties.hibernate.generate_statistics=true
spring.jdbc.template.fetch-size=500

0 comments on commit b9f2632

Please sign in to comment.