So basically i have an api which sends me like 3-4 hundred items, of which i need like last 20 (( api don't have limit param )). When request is sending my whole server is starting messing with lib (( not the d.py)) and causing lags which require a restart, how can I optimise this request so my whole server won't get melted
aiohttp is used.
aiogram for other lib