cs_comments_service/locale
Toby Lawrence 7281673648 Add a default response size and a response size limit.
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.
2016-11-03 08:02:42 -04:00
..
en-US.yml Add a default response size and a response size limit. 2016-11-03 08:02:42 -04:00
x-test.yml Add a default response size and a response size limit. 2016-11-03 08:02:42 -04:00