Skip to content

Commit

Permalink
Fix pgBouncer resetting application name on every transaction (mastod…
Browse files Browse the repository at this point in the history
…on#23958) (#17)

Co-authored-by: Eugen Rochko <[email protected]>
  • Loading branch information
rutvijmehta-harness and Gargron authored Mar 19, 2023
1 parent f7072d0 commit 8c555b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ default: &default
connect_timeout: 15
encoding: unicode
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
application_name: ''

development:
<<: *default
Expand Down

0 comments on commit 8c555b8

Please sign in to comment.