Skip to content

Commit

Permalink
fixes segfault in worker, I think?
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Feb 7, 2024
1 parent 0526843 commit 44f2f4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ default: &default
encoding: unicode
host: localhost
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
<% if RUBY_PLATFORM =~ /darwin/ %>
gssencmode: disable
<% end %>

development:
<<: *default
Expand Down

0 comments on commit 44f2f4e

Please sign in to comment.