Skip to content

Commit

Permalink
this fixes a problem on ARM macs
Browse files Browse the repository at this point in the history
  • Loading branch information
bwlang committed Jul 15, 2024
1 parent 92f4f7b commit d90b328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/puma.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Specifies the `environment` that Puma will run in.
if rails_env == 'development'
workers 1
workers 0
# Specifies the `port` that Puma will listen on to receive requests; default is 3000.
port ENV.fetch('PORT', 3000)
# Specifies the `worker_timeout` threshold that Puma will use to wait before
Expand Down

0 comments on commit d90b328

Please sign in to comment.