diff --git a/src/handlers/triggerAdaptor.js b/src/handlers/triggerAdaptor.js index 9031993518..81eeb6f538 100644 --- a/src/handlers/triggerAdaptor.js +++ b/src/handlers/triggerAdaptor.js @@ -207,7 +207,7 @@ const main = async (body) => { const timestamp7daysAgo = Math.floor(Date.now() / 1000) - 7 * 24 * 60 * 60; // price endpoint seems to break with too many tokens, splitting it to max 150 per request - const maxSize = 150; + const maxSize = 100; const pages = Math.ceil(uniqueToken.length / maxSize); let prices7d_ = []; let x = '';