We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66cfa53 commit 1e12234Copy full SHA for 1e12234
1 file changed
frameworks/rails/config/application.rb
@@ -36,7 +36,7 @@ def initialize(app)
36
end
37
38
def call(env)
39
- if true #env['PATH_INFO'].start_with?('/baseline')
+ if env['PATH_INFO'].start_with?('/baseline')
40
env["puma.mark_as_io_bound"].call
41
42
@app.call(env)
0 commit comments