forked from e621ng/e621ng
[Cleanup] Remove newrelic workaround
Hasn't been relevant since version 3.8.0 which was released almost a decade ago
This commit is contained in:
parent
14b0327ffc
commit
3f1a6ee95a
@ -1,7 +0,0 @@
|
||||
# Ensure the agent is started using Unicorn.
|
||||
# This is needed when using Unicorn and preload_app is not set to true.
|
||||
# See https://newrelic.com/docs/ruby/no-data-with-unicorn
|
||||
if defined? ::NewRelic
|
||||
::NewRelic::Agent.manual_start()
|
||||
::NewRelic::Agent.after_fork(:force_reconnect => true)
|
||||
end
|
Loading…
Reference in New Issue
Block a user