afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 2 forks source link

Deal with max number of objects returned #49

Open JeremyGrieshop opened 1 year ago

JeremyGrieshop commented 1 year ago

Currently, we have hard-coded the maximum number of objects returned by retrieve_objects in order to not blow up the server memory over calls that return large JSON objects. We need to deal with this long-term.