<p>In app/controllers/changeset_controller.rb:</p>
<pre style='color:#555'>> @@ -202,6 +202,12 @@ def query
> bbox = BoundingBox.from_bbox_params(params)
> end
>
> + if params[:limit] and params[:limit].to_i > 0 and params[:limit].to_i < 10000
> + limit = params[:limit].to_i
> + else
> + limit = 100
</pre>
<p>Obviously I didn't notice it in the notes stuff, but I don't think it's ideal to just ignore an out of range value, no.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href='https://github.com/openstreetmap/openstreetmap-website/pull/535/files#r8128889'>view it on GitHub</a>.<img src='https://github.com/notifications/beacon/uTRSc6ihLa7Shf84BpiOpr3r7npI5IAQ9ukMFq8NIbw8YMYi7ad0axWOQSbTZ7T0.gif' height='1' width='1'></p>