Skip to content

Commit 8c555b8

Browse files
Fix pgBouncer resetting application name on every transaction (mastodon#23958) (#17)
Co-authored-by: Eugen Rochko <[email protected]>
1 parent f7072d0 commit 8c555b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/database.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ default: &default
55
connect_timeout: 15
66
encoding: unicode
77
sslmode: <%= ENV['DB_SSLMODE'] || "prefer" %>
8+
application_name: ''
89

910
development:
1011
<<: *default

0 commit comments

Comments
 (0)