api
api copied to clipboard
Increase MAX_SIZE limit for Pelias API
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.
https://github.com/pelias/api/blob/d1163de90bf30f300f10568d2d521f21f046ffd6/sanitizer/_size.js#L3 change to
const MAX_SIZE = 100;
works in my environment