Skip to content

Commit

Permalink
Use the reader endpoint for read/streaming in delta-aws.conf (#5034)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski authored Jun 20, 2024
1 parent 2f4183c commit d1a95d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/delta-aws.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ app {
database {
read = ${app.defaults.database.access} {
pool-size = 15
host = ${POSTGRES_READER_ENDPOINT}
}
write = ${app.defaults.database.access} {
pool-size = 15
}
streaming = ${app.defaults.database.access} {
pool-size = 50
host = ${POSTGRES_READER_ENDPOINT}
}

name = "nexus_user"
Expand Down

0 comments on commit d1a95d3

Please sign in to comment.