Skip to content

Commit

Permalink
Merge pull request #4466 from PatrickGoRaft/2021-publication-updates
Browse files Browse the repository at this point in the history
2021 publication updates
  • Loading branch information
PatrickGoRaft authored Jun 8, 2022
2 parents f0970a8 + 2224f5d commit 882a20d
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 = 8
queueSize = 70
numThreads = 20
queueSize = 2000
connectionTimeout = 20000
validationTimeout = 10000
}
Expand Down

0 comments on commit 882a20d

Please sign in to comment.