mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: stop double counting net calls in logs
This commit is contained in:
@@ -27,7 +27,7 @@ class Middleware::RequestTracker
|
||||
|
||||
MethodProfiler.patch(Net::HTTP, [
|
||||
:request
|
||||
], :net)
|
||||
], :net, no_recurse: true)
|
||||
|
||||
MethodProfiler.patch(Excon::Connection, [
|
||||
:request
|
||||
|
||||
Reference in New Issue
Block a user