api icon indicating copy to clipboard operation
api copied to clipboard

Increase MAX_SIZE limit for Pelias API

Open fcruzel opened this issue 2 years ago • 1 comments

Could the limit be increased to i.e. 100/150 results per request or implement pagination? I'm currently querying Pelias API but the results I want get hidden behind the limit set to 40.

fcruzel avatar Apr 20 '23 09:04 fcruzel

https://github.com/pelias/api/blob/d1163de90bf30f300f10568d2d521f21f046ffd6/sanitizer/_size.js#L3 change to

const MAX_SIZE = 100;

works in my environment

arnesetzer avatar Apr 24 '23 12:04 arnesetzer