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
  • Loading branch information
Gargron authored and noellabo committed Apr 22, 2023
1 parent b0e4f45 commit 4185b18
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 @@ -4,6 +4,7 @@ default: &default
timeout: 5000
encoding: unicode
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
application_name: ''

development:
<<: *default
Expand Down

0 comments on commit 4185b18

Please sign in to comment.