Skip to content

Commit 44f2f4e

Browse files
author
rob
committed
fixes segfault in worker, I think?
ged/ruby-pg#538 (comment)
1 parent 0526843 commit 44f2f4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/database.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ default: &default
1717
encoding: unicode
1818
host: localhost
1919
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
20+
<% if RUBY_PLATFORM =~ /darwin/ %>
21+
gssencmode: disable
22+
<% end %>
2023

2124
development:
2225
<<: *default

0 commit comments

Comments
 (0)