| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| application.rb | ||
| application.yml | ||
| benchmark.yml.sample | ||
| mongoid.yml | ||
| newrelic.yml | ||
| unicorn.heroku.rb | ||
| unicorn.rb | ||
| unicorn_tcp.rb |
By default, we currently allow a user to retrieve all responses from a thread, which is terrible from a performance standpoint. This change adds a default response size of 100, which was chosen to match typical production pagination parameters, and a response limit of 200. Given that responses can include children comments, 200 is still a large number, but far less disastrous than, say, getting 3000 responses, with all of their children comments. Both of these values are configurable, and can be overriden via environment variables.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| application.rb | Loading commit data... | |
| application.yml | Loading commit data... | |
| benchmark.yml.sample | Loading commit data... | |
| mongoid.yml | Loading commit data... | |
| newrelic.yml | Loading commit data... | |
| unicorn.heroku.rb | Loading commit data... | |
| unicorn.rb | Loading commit data... | |
| unicorn_tcp.rb | Loading commit data... |