Skip to content

Commit

Permalink
data browser api sql resource increase
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHSI committed Jun 8, 2022
1 parent c4d0108 commit 2224f5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-browser/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ databrowser_db {
profile = slick.jdbc.PostgresProfile
url = "jdbc:postgresql://"${dbconfig.host}":"${dbconfig.port}"/"${dbconfig.database}"?user="${dbconfig.user}"&password="${dbconfig.password}"&sslmode="${dbconfig.ssl}"&"${dbconfig.additionalConfig}
url = ${?JDBC_URL}
numThreads = 15
queueSize = 500
numThreads = 20
queueSize = 2000
connectionTimeout = 20000
validationTimeout = 10000
}
Expand Down

0 comments on commit 2224f5d

Please sign in to comment.