mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
Use "Puma" instead of "puma" to reporting to New Relic
Current NEWRELIC_DISPACHER default value is not works in Rails 4.2 with Puma, New Relic on Heroku. Not works: $ heroku config:add NEWRELIC_DISPACHER=puma Works: $ heroku config:add NEWRELIC_DISPACHER=Puma So I have updated default value.
This commit is contained in:
parent
3c93cc423f
commit
542919771a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ module Puma
|
|||
|
||||
@config = nil
|
||||
|
||||
ENV['NEWRELIC_DISPATCHER'] ||= "puma"
|
||||
ENV['NEWRELIC_DISPATCHER'] ||= "Puma"
|
||||
|
||||
setup_options
|
||||
generate_restart_data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue