Richard Schneeman
Richard Schneeman
Nope, agreed on the duplicate, closing. Thanks.
Moving a discussion from slack over here. I was struggling to understand what exactly is going on. Others got there before me, but I'm going to re-explain in my own...
To validate my logic here's some manual testing, by adjusting `max_fast_inline` down. With puma threads = 2, max fast inline = 2, and hey connections = 3: ``` $ hey...
@MSP-Greg I commented on the PR. I think putting the request back in the reactor is the right idea. It's just a question of also adjusting other logic to allow...
Updating here as well. I'm able to verify that #3506 removes the long tail times I was seeing. > Re the 'latch-counter', maybe have both it and a 'total connection...
I just swapped the default branch name from `master` to `main`, you don't need to do anything for this PR. You'll need to update your local environment accordingly: ``` $...
I just swapped the default branch name from `master` to `main`, you don't need to do anything for this PR. You'll need to update your local environment accordingly: ``` $...
The version was missing links, they've just been added via https://github.com/ruby/www.ruby-lang.org/pull/3676 can you add them to your translation please?
I'm open on the name, that's a bit of a bikeshed at this point, could eastilly do something else though, `s.dependency_constraint_if_present "uglifier", ">= 3.0.4"`
All good points. The `sprockets-uglifier` approach might be fine if there weren't a matrix of optional dependencies ``` s.add_development_dependency "babel-transpiler", "~> 0.6" s.add_development_dependency "closure-compiler", "~> 1.1" s.add_development_dependency "coffee-script-source", "~> 1.6"...